Releases: auto-draw/ColorSplitter
Releases · auto-draw/ColorSplitter
v1.1-rc
Changelog:
- Renamed from 'CSP' to 'ColorSplitter' (For the most part)
- Removed ImageMagick (Huge dependency, convoluted and shouldn't be used)
- Added new Algorithms
-
- KMeans (Using KMeans++)
-
- KMeans-MedianCut (KMeans but uses MedianCut for color table)
-
- Median Cut (Median Cut with a basic quantization algorithm)
- Added new Color Spaces
-
- Oklab (Extremely accurate colorspace to work in, does prefer darker colors, may have issues with outlines having 2+ colors)
-
- CIELAB (Extremely vibrant colorspace to work in, loses a bit of detail)
- Added Stray Pixel Removal Feature (Feature by @Sirdaffington)
- New Icon for Color Splitter
Full Changelog: v1.0...v1.1-rc