Education/Projects/ProcessingForTheWeb/PImage: Difference between revisions

Jump to navigation Jump to search
Line 13: Line 13:
width:    the width of the image<br />
width:    the width of the image<br />
height:    the height of the image<br />
height:    the height of the image<br />
pixels[]: an array that holds the color of each pixel in the image<br />
[[http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#imagedata| ImageData]a canvas element that contains width, height, and a pixel array.


== Methods ==
== Methods ==

Navigation menu