7 ms·
this is very good! is it possible to save the filtered images locally?
by maxjaderberg 15y ago
this is very good! is it possible to save the filtered images locally?
- jamesflorentino 15y agoTry this one: https://gist.github.com/1747707 https://gist.github.com/1747707 It basically uses the toDataURL() method to get the image data of the canvas.
- franze 15y agowell, this method downloads a file without a .png at the end (and most users are overwhelmed with the task of renaming a file) think there is something coming with BlobBuilder and FileSaver, but i haven't hat time yet to give it a spin http://dev.w3.org/2009/dap/file-system/file-writer.html#idl-def-FileSaver http://dev.w3.org/2009/dap/file-system/file-writer.html#idl-... and an example here http://updates.html5rocks.com/2011/08/Saving-generated-files-on-the-client-side http://updates.html5rocks.com/2011/08/Saving-generated-files...