Commit graph

3 commits

Author SHA1 Message Date
devilreef
6345eb9821 feat: add median-cut quantization for custom GIF palette
Generate optimal 256-color palette from rendered frames when
dithering disabled, replacing generic Plan9 palette for better
color accuracy without dithering artifacts.
2026-01-23 00:54:53 +06:00
devilreef
fb3c4a0107 feat: add dithering param and parallel frame rendering for GIF
- Add dithering bool param to GIFRequest (default true)
- Parallelize frame rendering with goroutines
- Conditional Floyd-Steinberg dithering for speed vs quality tradeoff
2026-01-23 00:51:38 +06:00
devilreef
1b81917307 feat: initial commit 2026-01-22 16:26:39 +06:00