Skip to content

v1.2.0

Compare
Choose a tag to compare
@makew0rld makew0rld released this 21 Dec 04:04
· 15 commits to main since this release

This release simply updates the underlying dithering library, but has some big changes! The release notes from the library are included below:

This is release is exciting, as it fixes some long standing nagging issues with the library. Now all images should be dithered correctly and producing the mathematically best output, especially compared to existing libraries. From a correctness standpoint, I think it is likely this library is complete (for the sRGB colorspace).

Note the dithered output of color images will be different in this release for most palettes. It will be improved, but it will be different. I do not consider this a breaking change.

If you'd like to support the development of this tool, as well as my other projects, you can sponsor me through Ko-Fi or Github Sponsors.

Changelog

Copied from CHANGELOG.md

Changed

  • Updated dither library to v2.3.0
    • When comparing colors, each channel is weighted according to human luminance perception (#14)

Fixed

  • Updated dither library to v2.3.0
    • Corrected Burkes matrix (dither#10)
    • Palette order no longer affects output (dither#9)