Releases: lshegay/palette
Releases Β· lshegay/palette
v0.1.1-alpha
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).
- "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.
- Rewritten and refactored code base.
v0.1.0-alpha
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.