https://bugs.kde.org/show_bug.cgi?id=419823
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/f35fba8e4a6bab | |6b2d037044e2569f0c184278c8 --- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Git commit f35fba8e4a6bab6b2d037044e2569f0c184278c8 by Boudewijn Rempt. Committed on 08/04/2020 at 12:43. Pushed by rempt into branch 'master'. Use QImageReader to read the reference images QImage::load can in some versions of Qt refuse to load an image with the wrong extension, e.g. a file.png that's actually a jpeg file. By using QImageReader we can make sure Krita only checks the actual contents of the image to determine its type. M +12 -2 libs/ui/KisReferenceImage.cpp https://invent.kde.org/kde/krita/commit/f35fba8e4a6bab6b2d037044e2569f0c184278c8 -- You are receiving this mail because: You are watching all bug changes.