HTML5 Saving Images?

Monkey Targets Forums/HTML5/HTML5 Saving Images?

zoqfotpik(Posted 2012) [#1]
From the HTML5 target, is it possible to load images from disk, modify them, and save them back to disk?

If this has to occur in some sort of sandbox it's ok.


Beaker(Posted 2012) [#2]
No, this isn't possible at the moment.

1) You can't modify an image.
2) You can't save them to disk.

Having said that you can hack it by creating a new module that works like this:
http://www.nihilogic.dk/labs/canvas2image/
:)