Skip to content

@huh-david/bmp-js


@huh-david/bmp-js / decodeRgba

Function: decodeRgba()

decodeRgba(bmpData, options?): DecodedBmp

Defined in: output-format.ts:27

Decode BMP data directly to RGBA without changing the default decode behavior.

Parameters

bmpData

BmpBinaryInput

options?

DecodeColorOptions = {}

Returns

DecodedBmp

MIT Licensed