MCPcopy
hub / github.com/jimp-dev/jimp / DecodeBmpOptions

Interface DecodeBmpOptions

plugins/js-bmp/src/index.ts:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31>;
32
33export interface DecodeBmpOptions {
34 toRGBA?: boolean;
35}
36
37function encode(image: Bitmap, options: EncodeOptions = {}) {
38 scan(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…