I am writing my own octree based quantization implementation, I'll probably add a layer of Floyd-Steinberg dithering on top.
QImage.convertToFormat takes options to turn on/off dithering. As far as I can tell the default is to dither when converting to Indexed8
|