I'm having a little trouble implementing this plugin: plugin-c2i-canvas-base64-screenshot-to-image_t68493
I want the user to be able to save out an image that is saved from a specific part of the canvas, rather than just screenshotting and downloading the entire canvas.
Capx is here: https://www.dropbox.com/s/lb3t6wxr7jpzye1/save_canvas.zip
Live demo is here: http://www.angelserver.in/html5/save_canvas/
First click 'use webcam', then hit the 'snap' button to capture your face in the frame.
Then hit save canvas, which supposedly saves a screenshot between points 1 and 2 (marked on live demo).
Then hit show image, which is supposed to load the resultant screenshot in a new tab, for saving.
Event sheet is below:
Pretty sure I'm doing something wrong, but I've tried many variations and am having trouble figuring out what <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad"> any help would be appreciated to shed some light on this. Thank you.