Releases: Eskils/DitheringEngine
Releases · Eskils/DitheringEngine
Dithering Engine 1.3.0
- Correct Bayer dithering with different threshold map sizes
- Smaller sample size when fetching colors from color LUT
Full Changelog: v1.2.0...v1.3.0
Dithering Engine 1.2.0
- Add Atkinson dithering
- Add Jarvis-Judice-Ninke dithering
- Add Apple II palette
- Add Game Boy palette
- Add setting to configure size of threshold matrix for Bayer dithering
- Add setting to configure bits for Grayscale palette
- Fix incorrect dithering result when using
LUT
palettes - Enable getting all the individual colors in a palette
- Add a didChange method to
PaletteSettingsConfiguration
- Bug fixes and code improvements
Dithering Engine 1.1.0
- Add support for making custom palettes
- Add documentation
- Add demo application
Dithering Engine 1.0.0
Initial release