Module method

Source
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§

DitherFn
Convenience alias for a dither method callback.