Skip to content

@mbtech-nl/bitmap / DitherMethod

Type Alias: DitherMethod

ts
type DitherMethod = 
  | "floyd-steinberg"
  | "atkinson"
  | "stucki"
  | "jarvis-judice-ninke"
  | "bayer4"
  | "bayer8";

Defined in: types.ts:34

Released under the MIT License.