Releases: Nycto/dither-nim
Releases · Nycto/dither-nim
0.1.0
Initial release, supporting two primary classifications of algorithms:
- Ordered Dithering: This is a fast dithering algorithm that uses a matrix of predefined values to vary what color is selected.
- Error Diffusion: A slightly slower dithering algorithm that tracks the error incurred when a color is clamped to the palette, then distributes that error to surrounding pixels.