Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.3.0 Beta1
-
Non-retina system
Description
Not sure if this intended or a bug.
When loading an image whose file base name ends with "@2x", on non-retina systems (or simply systems with devicepixelratio != 2), I get a QImage with the original dimensions of the image file but the content is scaled down to 50%.
It seems that the "@2x" is baked deep into QImageReader. Therefore, in Qt Creator, I cannot open a @2x image in an unmodified way.