https://bugs.kde.org/show_bug.cgi?id=109060
--- Comment #47 from Maik Qualmann <metzping...@gmail.com> --- QByteArray QImageReader::imageFormat(const QString &fileName) This function should return an empty string if the format is unknown (PCX for me). An empty string is probably not an empty QByteArray. Therefore, the fallback to the QFileInfo suffix probably does not work. With the test for the extension in advance, it now works. Maik -- You are receiving this mail because: You are watching all bug changes.