possible to use html images like canvas with getImageData / putImageData ?
Posted
by gmiernicki
on Stack Overflow
See other posts from Stack Overflow
or by gmiernicki
Published on 2009-09-18T17:26:58Z
Indexed on
2010/04/11
17:23 UTC
Read the original article
Hit count: 158
I'd like to know if there is a way to dynamically modify/access the data contained in html images just as if they were an html5 canvas element. With canvas, you can in javascript access the raw pixel data with getImageData() and putImageData(), but I have thus far been not able to figure out how to do this with images.
© Stack Overflow or respective owner