Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
None
-
6.5.2
-
None
-
Linux
-
-
6.5.3
Description
It seems like JPEGs do not work correctly in version 6.5.2 when built in release mode. For example creating a QImage from a JPEG like this:
QImage test("/home/creapermann/Downloads/pexels-photo-551628-907132679.jpg", "jpeg");
Works in Debug mode, but does not work in release mode. It crashes with the message "qt.gui.imageio.jpeg: Wrong JPEG library version: library is 90, caller expects 80". I managed to replicate this problem on multiple linux distributions: Ubuntu, Manjaro, Fedora, it seems to work ok on windows though.