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

--- Comment #4 from JH <sh...@holfort.name> ---
(In reply to Maik Qualmann from comment #2)
> The Exiv2 backend has a problem with the ICC profile in the image:
> 
> digikam.metaengine: Cannot load metadata from file with Exiv2 backend:
> /daten/Bilder/Test/AgfaXRG16.jpg  (Error # 53 :  "Not a valid ICC Profile"
> 
> Maik

I See. Loooking at the different ICC Profiles it seem, that all ICC Profiles
written as XML and not as Binary gives this problem. 
Exiftool also says "Warning: Bad length ICC_Profile"
The Problem is using wsRGB (a Windows color profile) in Silverfast, as this
writes the wsRGB as XML. Changing this to normal srgb
Profile does not chang colors visually and Exiv2 Backend then can read it. So
to not scan each picture again:
      exiftool.exe "-icc_profile<=srgb.icc" AgfaXRG16.jpg
solves the Problem. (It is now only some work finding all these files and
changing them; but usally I am usinf adobe or srgb, so it shouldn't be to much
files).

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

Reply via email to