Properties
Optional height
height: number
Optional mask
mask: number[] | Uint8Array
Optional maskIsAlpha
maskIsAlpha: boolean
Optional pixelType
pixelType: "unknown" | "s8" | "s16" | "s32" | "u8" | "u16" | "u32" | "f32" | "f64"
Optional pixels
pixels: number[] | Float64Array | Float32Array | Uint8Array | Uint8ClampedArray | Uint32Array | Uint16Array | Int8Array | Int16Array | Int32Array
Optional statistics
Optional validPixelCount
validPixelCount: number
Optional width
width: number
The height (or number of rows) of the PixelBlock in pixels.
Read more...