Skip to content

Releases: lshegay/palette

v0.1.1-alpha

18 Jan 14:58
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Added a new algorithm "Common Pixels with a dictionary". (It should not be used for palettes' exports, but can be used for sorting pixels in descending order).

  1. "Common Pixels with a dictionary" doesn't export quantized images, but sorted pixels. It can be useful for you, if you need to see the color distribution of images.
  2. Rewritten and refactored code base.

v0.1.0-alpha

09 Jan 13:29
d9be16f
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Based on Median Cut Algorithm.
Generates a palette within index.html.
Supports image generation with an exported palette.

Should work on both 32-bit and 64-bit Windows.