@mbtech-nl/bitmap / RawImageData
Interface: RawImageData
Defined in: types.ts:20
Raw RGBA image data, compatible with browser ImageData and @napi-rs/canvas ImageData.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
data | readonly | Uint8Array | types.ts:23 |
height | readonly | number | types.ts:22 |
width | readonly | number | types.ts:21 |