https://bugs.kde.org/show_bug.cgi?id=497996

Tobias Leupold <t...@stonemx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #4 from Tobias Leupold <t...@stonemx.de> ---
Okay. Qt itself can actually process this type of image (I tried it with
KGeoTag, which doesn't use a raw image library, but only Qt functionality, and
I could open your file).

The problem is that currently, KPhotoAlbum doesn't classify this file as
readable.

Whilst searching for new images, two checks are done: 1. If QImageReader lists
the MIME type and if not 2. if one of our decoders can read it.

The MIME type is "image/x-nikon-nef" in your case. This is not directly listed
in QImageReader::supportedMimeTypes(), but it also wasn't for KPA 5. The
difference is that KPA 5 stated it would be still decodeable (calling
ImageManager::ImageDecoder::mightDecode), but KPA 6 doesn't anymore.

This needs a closer inspection …

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to