Load image to canvas on the fly
1 answer
Saving the image can be done with HTML5 blobs.
http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-file-writing
You can get Blob from what is done in this code:
https://github.com/miohtama/Krusovice/blob/master/src/tools/resizer.js
+1
source to share