Commit Graph

2 Commits

Author SHA1 Message Date
Glary-Bot b8facf069a Cover every dither mode in the quantize alpha test 2026-08-15 00:14:36 +00:00
Glary-Bot b4488b12d5 Fix Quantize Image on images with an alpha channel
Quantize allocated its result buffer from the input shape but only ever
filled three channels, so a 4 channel image raised a RuntimeError. Quantize
the colour channels and carry the original alpha through untouched.

CORE-393
2026-08-15 00:10:50 +00:00