Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.5.0
-
None
-
Linux, Windows
Description
Loading the attached image file with exif data in it's header used to work fine in Qt 5.4 but has stopped working in Qt 5.5. Instead of a valid QImage the result is a null image.
If the EXIF data is stripped from the jpg header (by using jhead --pure-jpg, see [0]) the file works fine.
I have tested this behaviour on Windows and Linux, both using QImage::load() and QImage::loadFromData(). The result is a null image in all of these cases.
Attachments
Issue Links
- duplicates
-
QTBUG-46870 [REG 5.4.2 -> 5.5.0] JPEG-compressed images cannot be rendered correctly.
- Closed