Summary: | digikam break icc profile in png when modifiying metadata | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Nicolas.HOUDELOT <nicolas.houdelot> |
Component: | Metadata-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version: | 6.0.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.2.0 | |
Sentry Crash Report: |
Description
Nicolas.HOUDELOT
2018-12-10 17:39:43 UTC
The error is in the Exiv2 library. The problem can also be reproduced with the Exiv2 CLI tool and is therefore independent of digiKam. Please create a bug report for Exiv2 on GitHub. Maik what kind of command did you use to reproduce de problem on exiv2 ? because i did a test with those commands exiv2 -M"reg myprefix http://ns.myprefix.me/" -M"add Xmp.myprefix.Whom Mr. Smith" -M"set Exif.Image.Artist Mr. Smith" rose_modified.png exiv2 -M"set Exif.Photo.UserComment charset=Ascii New Exif comment" rose_modified.png exiv2 -M'set Xmp.dc.title lang="de-DE" Euros' rose_modified.png and there was no problems.. i'm using the exiv2 bundled with ubuntu 18.04 (or mint 19) I suspect that the Exiv2 version under Ubuntu is still 0.26. In the AppImage we use the 0.27-RC1 and also my CLI tool is the 0.27-RC1. Then the bug with the new version was introduced, I check it. Maik for ubuntu, 0.25 in fact exiv2 --version exiv2 0.25 001900 (64 bit build) Copyright (C) 2004-2015 Andreas Huggel. The problem here is also to reproduce with Exiv2-0.26 CLI tool, so that problem is not new in the developer version 0.27-RC1. I can not test Exiv2-0.25 anymore. The question is, however, if not the libpng version influences it. Which libpng do you have installed? Maik i'm using the appimage, so.. digikam might use the one inside. in ubuntu 18.04 libpng is 1.6.34 The problem is reported to Exiv2 with a patch. https://github.com/Exiv2/exiv2/issues/597 Maik The bug is now fixed with Exiv2-0.27.1. The new pre-release AppImage from https://files.kde.org/digikam/ contains this version. I close the bug now. Maik |