Skip to content

@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

PropertyModifierTypeDefined in
datareadonlyUint8Arraytypes.ts:23
heightreadonlynumbertypes.ts:22
widthreadonlynumbertypes.ts:21

Released under the MIT License.