Are there software/services for automated conversion of a typical image format (png, bmp, jpg/gif even) to Canvas / HTML5?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here is a tool that will generate JavaScript code to draw the image on canvas: http://lab.abhinayrathore.com/img2canvas/ |
|||||||
|
|
You don't need no conversion, just use the image (either new by url or any one in the DOM) by
(taken from here). See the tutorial on developer.mozilla.org. |
|||||||
|