Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@makew0rld makew0rld released this 20 Dec 17:25
· 2 commits to master since this release
eb9152f

Exactly one year after the previous release of this library, here's another. This significantly reduces memory usage for error diffusion dithering, as well as making it faster.

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

Changelog

Copied from CHANGELOG.md

Changed

  • Increased error diffusion dithering speed by ~50%
  • Reduced error diffusion dithering memory usage by ~70% (#13)

Fixed

  • Docs: the input does still need to be converted to grayscale for grayscale palettes, actually (#7)