decodeBmp function
Decodes an uncompressed or bitfield BMP image to straight RGBA.
Implementation
Image decodeBmp(
Uint8List bytes, {
BmpDecodeOptions? options,
}) => decodeImage(
bytes,
options: options,
);
Decodes an uncompressed or bitfield BMP image to straight RGBA.
Image decodeBmp(
Uint8List bytes, {
BmpDecodeOptions? options,
}) => decodeImage(
bytes,
options: options,
);