I would like to know if there is any way to create a new Image from imageData, which was previously obtained from a canvas element?
I\'ve searched for a solution, bu
A lot of modern browsers support Data URI scheme.
If you have the image data, you can set the src attribute of an img element using JavaScript.
Look at the following example: http://www.websiteoptimization.com/speed/tweak/inline-images/