https://bugs.kde.org/show_bug.cgi?id=487008
--- Comment #3 from Oliver Beard <[email protected]> --- The specific problem here is that image headers expose a rotation, which should be applied to width/height. QML Image does this, but we redundantly go to C++ QImageReader. Interestingly, QImageReader::size() reads the headers but does not respect rotation even if told to via QImageReader::setAutoTransform(true), but the fallback where we read the image and use the width/height advertised does. What we need to do is, when reading the size of the image from metadata and not the image itself, respect the advertised transformation. -- You are receiving this mail because: You are watching all bug changes.
