Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.1
-
None
Description
If a QPixmap is constructed from a QBitmap, it gets a depth of 1. If you call QPixmap::transformed() on the pixmap, it returns a pixmap with a depth of 32 on Windows (QRasterPixmapData), but 1 on Linux. I think the new depth should be 1 on Windows as well. See mail task for example code.