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

Interface JPEGOptions

plugins/js-jpeg/src/index.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Format } from "@jimp/types";
3
4export interface JPEGOptions {
5 quality?: number;
6}
7
8export interface DecodeJpegOptions {
9 useTArray?: false;

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…