UNPKG

@thi.ng/pixel-dither

Version:

Extensible image dithering w/ various algorithm presets

10 lines 317 B
import type { DitherKernel } from "./api.js"; /** * Burkes dither kernel (similar/improved version of {@link STUCKI}). * * @remarks * Reference: * https://tannerhelland.com/2012/12/28/dithering-eleven-algorithms-source-code.html */ export declare const BURKES: DitherKernel; //# sourceMappingURL=burkes.d.ts.map