Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
5.5.0
-
None
Description
Loading an JPEG, taken with the camera from android, fails since version 5.5.
The same code works on Qt 5.4. If the image is open (ex. with Gimp) and resaved, than Qt5.5 is able to load the image.
QImage image;
image.load("/tmp/image.jpg"); // returns always false