Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
Currently, the only 8bit QImage is QImage::Format_Indexed8. With the right color table, it can be made to act like an 8bit grayscale. However, QPainter does not support drawing on a QImage of QImage::Format_Indexed8. Direct support for QImage::Format_Grayscale would allow for direct manipulation of a QImage that could be used as an alpha channel.