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.