Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@Nycto Nycto released this 05 Feb 17:05

Initial release, supporting two primary classifications of algorithms:

  1. Ordered Dithering: This is a fast dithering algorithm that uses a matrix of predefined values to vary what color is selected.
  2. 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.