Files
Ikraam Ghoor d2dfc74106 Fixed color palette dithering to preserve PLTE chunk
Refactored palette creation to use ImageMagick's mpr: (memory program
register) instead of temp files, eliminating file I/O and cleanup issues.

Key fixes:
- Skip png:exclude-chunks for color palettes (was removing PLTE chunk)
- Apply saturation boost BEFORE normalize (order matters)
- Skip strip() for color palettes (was corrupting colormap)
- Enable normalize + saturationBoost by default for color palettes

Also extracted streamToBuffer() and configureOutputFormat() utilities
to reduce duplication across processing functions.
2026-01-07 16:28:28 +00:00
..
2025-12-29 12:54:34 +00:00
2025-12-29 19:27:26 +00:00
2025-12-29 19:27:26 +00:00