I am trying to load canvas with two or three images from database.
I have the page working so I can move images and re-size them like so.... http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/
but now I woulod like to have a (save image) button under the canvas so when you are done moving and adjusting your images on the canvas you can save the canvas as one jpg
Is it possible to ad a save canvas or save Image button with the code linked to above. I have looked but can't find anything this simple.
I don't need any fancy image editor apps just exactly what is in the example above
thanks