@thi.ng/pixel-dither
Version:
Extensible image dithering w/ various algorithm presets
10 lines • 330 B
TypeScript
import type { DitherKernel } from "./api.js";
/**
* Stucki dither kernel (similar/improved version of {@link JARVIS_JUDICE_NINKE}).
*
* @remarks
* Reference:
* https://tannerhelland.com/2012/12/28/dithering-eleven-algorithms-source-code.html
*/
export declare const STUCKI: DitherKernel;
//# sourceMappingURL=stucki.d.ts.map