Expand description
Dither methods
Functions for applying different dither algorithms.
Functions§
- apply_
15bpp_ dither - Apply a dither method based on
MethodForDiffuse
variant. - dither_
func_ a_ dither A
dither method- dither_
func_ atkinson - Atkinson’s method
- dither_
func_ burkes - Burkes’ method
- dither_
func_ fs - Floyd-Steinberg method
- dither_
func_ jajuni - Jajuni method
- dither_
func_ none - No-op dither method
- dither_
func_ stucki - Stucki’s method
- dither_
func_ x_ dither X
dither method
Type Aliases§
- Dither
Fn - Convenience alias for a dither method callback.