canmove, Confirmed users
1,577
edits
| Line 6: | Line 6: | ||
In Firefox 3.5 we've added a new method to the canvas element - createImageData() - and we thought it was a good chance to give you an overview of how you can modify pixel data directly in a canvas. | In Firefox 3.5 we've added a new method to the canvas element - createImageData() - and we thought it was a good chance to give you an overview of how you can modify pixel data directly in a canvas. | ||
== Manipulating Canvas Pixels == | |||
=== Retrieving Pixel Data === | === Retrieving Pixel Data === | ||