sanjuuni 0.4
Changes since the last release:
- Added GPU accelerated conversion via OpenCL
- Added Lab color space conversion for better color selection
- Added ordered dithering option
- Reduced bleeding in Floyd-Steinberg dithering
- Fixed incorrect implementation of k-means quantization
IMPORTANT: The current implementation of Floyd-Steinberg dithering on GPU appears to break under certain conditions, causing various negative effects, from crashing the program to crashing the entire GPU driver. If you experience any of these issues, either use ordered/threshold dithering, or disable OpenCL with --disable-opencl
.