[Digikam-devel] [Bug 285157] exif lost and versioning disabled when editing an image developed from darktable

Benjamin Schindler bschindler at student.ethz.ch
Mon Nov 7 17:53:53 GMT 2011


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





--- Comment #5 from Benjamin Schindler <bschindler student ethz ch>  2011-11-07 17:53:53 ---
Before I answer about the xmp's: I am worried about the lack of exif info in
the original file (as well as the _v1). I'm 100% certain that darktable exports
them correctly (have never seen it fail on that). So somehow, digikam managed
to kill them. (cannot proof that, but I don't have any other explanation)

About xmp files: yes, I have enabled xmp support in digikam and darktable uses
them heavily. 
Thers are: 
DSC_7440.jpg.xmp
DSC_7440_v1.jpg.xmp

Content of the first: 

<?xml version="1.0" encoding="UTF-8"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0-Exiv2">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
    xmlns:darktable="http://darktable.sf.net/"
    xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
    xmlns:MicrosoftPhoto="http://ns.microsoft.com/photo/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmp:Rating="2"
   xmp:CreatorTool="digiKam-2.2.0"
   darktable:xmp_version="1"
   darktable:raw_params="-16711648"
   tiff:Software="digiKam-2.2.0"
   MicrosoftPhoto:Rating="25">
   <darktable:colorlabels>
    <rdf:Seq/>
   </darktable:colorlabels>
   <darktable:history_modversion>
    <rdf:Bag/>
   </darktable:history_modversion>
   <darktable:history_enabled>
    <rdf:Bag/>
   </darktable:history_enabled>
   <darktable:history_operation>
    <rdf:Bag/>
   </darktable:history_operation>
   <darktable:history_params>
    <rdf:Bag/>
   </darktable:history_params>
   <darktable:blendop_params>
    <rdf:Bag/>
   </darktable:blendop_params>
   <dc:description>
    <rdf:Alt>
     <rdf:li xml:lang="x-default">                                    </rdf:li>
    </rdf:Alt>
   </dc:description>
   <dc:subject>
    <rdf:Bag>
     <rdf:li>darktable|format|jpg</rdf:li>
    </rdf:Bag>
   </dc:subject>
  </rdf:Description>
 </rdf:RDF>
</x:xmpmeta>

Content of the second: 

<?xml version="1.0" encoding="UTF-8"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0-Exiv2">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
    xmlns:darktable="http://darktable.sf.net/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
    xmlns:MicrosoftPhoto="http://ns.microsoft.com/photo/1.0/"
    xmlns:digiKam="http://www.digikam.org/ns/1.0/"
    xmlns:lr="http://ns.adobe.com/lightroom/1.0/"
   xmp:Rating="2"
   xmp:CreatorTool="digiKam-2.2.0"
   darktable:xmp_version="1"
   darktable:raw_params="-16711648"
   tiff:Software="digiKam-2.2.0"
   MicrosoftPhoto:Rating="25">
   <darktable:colorlabels>
    <rdf:Seq/>
   </darktable:colorlabels>
   <darktable:history_modversion>
    <rdf:Bag/>
   </darktable:history_modversion>
   <darktable:history_enabled>
    <rdf:Bag/>
   </darktable:history_enabled>
   <darktable:history_operation>
    <rdf:Bag/>
   </darktable:history_operation>
   <darktable:history_params>
    <rdf:Bag/>
   </darktable:history_params>
   <darktable:blendop_params>
    <rdf:Bag/>
   </darktable:blendop_params>
   <dc:subject>
    <rdf:Bag>
     <rdf:li>darktable|format|jpg</rdf:li>
     <rdf:li> %G</rdf:li>
     <rdf:li>                                    </rdf:li>
     <rdf:li>digiKam</rdf:li>
     <rdf:li>2.2.0</rdf:li>
    </rdf:Bag>
   </dc:subject>
   <MicrosoftPhoto:LastKeywordXMP>
    <rdf:Seq>
     <rdf:li>darktable|format|jpg</rdf:li>
     <rdf:li> %G</rdf:li>
     <rdf:li>                                    </rdf:li>
     <rdf:li>digiKam</rdf:li>
     <rdf:li>2.2.0</rdf:li>
    </rdf:Seq>
   </MicrosoftPhoto:LastKeywordXMP>
   <digiKam:TagsList>
    <rdf:Seq>
     <rdf:li>darktable|format|jpg</rdf:li>
     <rdf:li> %G</rdf:li>
     <rdf:li>                                    </rdf:li>
     <rdf:li>digiKam</rdf:li>
     <rdf:li>2.2.0</rdf:li>
    </rdf:Seq>
   </digiKam:TagsList>
   <lr:hierarchicalSubject>
    <rdf:Bag>
     <rdf:li>darktable|format|jpg</rdf:li>
     <rdf:li> %G</rdf:li>
     <rdf:li>                                    </rdf:li>
     <rdf:li>digiKam</rdf:li>
     <rdf:li>2.2.0</rdf:li>
    </rdf:Bag>
   </lr:hierarchicalSubject>
  </rdf:Description>
 </rdf:RDF>
</x:xmpmeta>

Cheers

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list