UNPKG

@thi.ng/pixel-dither

Version:

Extensible image dithering w/ various algorithm presets

12 lines 335 B
import type { DitherKernel } from "./api.js"; /** * (Bill) Atkinson dither kernel * * @remarks * References: * * - https://beyondloom.com/blog/dither.html * - https://tannerhelland.com/2012/12/28/dithering-eleven-algorithms-source-code.html */ export declare const ATKINSON: DitherKernel; //# sourceMappingURL=atkinson.d.ts.map