ImageArray
type ImageArray = | Uint8Array | Int8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;Defined in: image/image.ts:7
Every typed-array kind readImage can return.