It would be nice to expose the pixel manipulation APIs as well: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#pixel-manipulation
Regards, Max Carlson OpenLaszlo.org On 5/1/10 3:42 PM, Henry Minsky wrote:
I was just reading through the HTML5 spec <canvas>, and found out that you can ask a canvas object to return it's content as a PNG or JPEG file. I see that it returns it in Firefox as a base64 encoded string. There might be some use for this, though I can't think of what right now. Maybe this allows you to write a simple photoshop-like bitmap editor app and then capture the bitmap and send it back to the server, for example. -- Henry Minsky Software Architect [email protected] <mailto:[email protected]>
