https://bugs.kde.org/show_bug.cgi?id=498650
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |metzping...@gmail.com --- Comment #3 from Maik Qualmann <metzping...@gmail.com> --- digiKam also checks the magic bytes, e.g. for HEIF images: if ( (memcmp(&header.data()[4], "ftypheic", 8) == 0) || (memcmp(&header.data()[4], "ftypheix", 8) == 0) || (memcmp(&header.data()[4], "ftypmif1", 8) == 0) ) Unfortunately your log is too short and does not contain the magic bytes check. Another reason could be that you do not have the KImageFormat plugins installed. Please provide the file. Maik -- You are receiving this mail because: You are watching all bug changes.