Skip to content

@huh-david/bmp-js


@huh-david/bmp-js / decodeRgb

Function: decodeRgb()

decodeRgb(bmpData, options?): DecodedRgb

Defined in: output-format.ts:34

Decode BMP data to packed RGB bytes (width * height * 3).

Parameters

bmpData

BmpBinaryInput

options?

DecodeColorOptions = {}

Returns

DecodedRgb

MIT Licensed