Commit Graph

2 Commits

Author SHA1 Message Date
Glary-Bot
39164cc2a5 Cover every dither mode in the quantize alpha test 2026-08-17 00:59:32 +00:00
Glary-Bot
5ca89604cc 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-17 00:59:32 +00:00