https://bugs.kde.org/show_bug.cgi?id=423431
--- Comment #2 from bug2...@fantasymail.de <bug2...@fantasymail.de> --- The problem seems to be in lib/jpegcontent.cpp line 581 (https://github.com/KDE/gwenview/blob/master/lib/jpegcontent.cpp#L581). As stated here https://exiftool.org/TagNames/Canon.html, the four zeros mean 'no crop'. If the validArea rect is created by two QPoint(0, 0) it results in a QRect(0,0 1x1). I think this should be QRect(0,0 0x0). Maybe this is a Qt bug? -- You are receiving this mail because: You are watching all bug changes.