Canvas Bootcamp 9 - Pixel Manipulation

Lesson Code: In this JavaScript canvas programming exercise you will learn to use the Pixel Manipulation methods and properties. Pixel manipulation is useful for copying the pixels in a specified rectangular region on the canvas, and for creating new ImageData objects for manipulation or transformation.
Back to Top