Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Articles tagged: ImageData

Found 5 documents

  • Web/API/ImageData The ImageData interface represents the underlying pixel data of an area of a canvas element. It ...
  • Web/API/ImageData/data The readonly ImageData.data property returns a Uint8ClampedArray representing a one-dimensional ...
  • Web/API/ImageData/height The readonly ImageData.height property returns the number of rows in the image data object.
  • Web/API/ImageData/ImageData The ImageData() constructor returns a newly instantiated ImageData object build from the typed ...
  • Web/API/ImageData/width The readonly ImageData.width property returns the number of pixels per row in the image data object.