views:

733

answers:

1

I'm working on a Palm Pre app and I need to find an alternative to "canvas.toDataURL("image/png");". Ideally it could export the canvas image to a jpeg file but png would be find also.

+1  A: 

The simple code available here might be helpful.

rotifera
Sadly, WebOS does not support Canvas::getImageData() either.
quikchange