Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.2.0
-
None
Description
QImage::convertToFormat() can convert between different image formats. However, if converting to a 16-bit image, any conversion flags are discarded.
It would be nice if conversion flags were supported, for example the different types of dither, so that 32-bit images can be converted to 16-bit without the image being displayed with banding artifacts.