https://bugs.kde.org/show_bug.cgi?id=419823
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/f35fba8e4a6bab |krita/commit/64737d83905342 |6b2d037044e2569f0c184278c8 |39bf02de9421bd210ddb05c6e4 --- Comment #5 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 64737d8390534239bf02de9421bd210ddb05c6e4 by Boudewijn Rempt. Committed on 08/04/2020 at 12:45. Pushed by rempt into branch 'krita/4.3'. 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. (cherry picked from commit f35fba8e4a6bab6b2d037044e2569f0c184278c8) M +12 -2 libs/ui/KisReferenceImage.cpp https://invent.kde.org/kde/krita/commit/64737d8390534239bf02de9421bd210ddb05c6e4 -- You are receiving this mail because: You are watching all bug changes.