https://bugs.kde.org/show_bug.cgi?id=382645
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |metzping...@gmail.com --- Comment #5 from Maik Qualmann <metzping...@gmail.com> --- If I see that correctly, Exiv2 does not write the "<?xml version="1.0" encoding="UTF-8"?>" Header, but Darktable. The option Exiv2::XmpParser::omitPacketWrapper only prevents an XMP packet wrapper from being created, but only in the Exiv2::XmpParser::encode() function. And that's exactly the difference between digiKam and Darktable, we create an Exiv2::Image of the Exiv2::ImageType::xmp type ==> sidecar. We cannot set the Exiv2::XmpParser::omitPacketWrapper at all. Darktable uses Exiv2::XmpParser::encode() to copy the XMP metadata into a string and then write it to a file. I think our Xmp creation is the right way provided by Exiv2. Maik Maik -- You are receiving this mail because: You are watching all bug changes.