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

Interface RawImageData

packages/core/src/index.ts:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42export * from "./utils/constants.js";
43
44export interface RawImageData {
45 width: number;
46 height: number;
47 data: Buffer | Uint8Array | Uint8ClampedArray | number[];
48}
49
50/**
51 * Instead of loading an image into an instance you can initialize a new Jimp instance with a empty bitmap.

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…