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

Method scan

packages/types/src/index.ts:58–58  ·  view source on GitHub ↗
(f: (x: number, y: number, idx: number) => any)

Source from the content-addressed store, hash-verified

56
57 // eslint-disable-next-line @typescript-eslint/no-explicit-any
58 scan(f: (x: number, y: number, idx: number) => any): JimpClass;
59 scan(
60 x: number,
61 y: number,

Callers 15

compositeFunction · 0.65
scan.test.tsFile · 0.65
maskFunction · 0.65
fisheyeFunction · 0.65
ditherFunction · 0.65
advancedRotateFunction · 0.65
histogramFunction · 0.65
normalizeFunction · 0.65
invertFunction · 0.65
brightnessFunction · 0.65
contrastFunction · 0.65
posterizeFunction · 0.65

Implementers 1

Jimppackages/core/src/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected