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

Maik Qualmann <metzping...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |metzping...@gmail.com

--- Comment #2 from Maik Qualmann <metzping...@gmail.com> ---
The XMP metadata in your image is broken or exists multiple times.
This is the XML block that Exiv2 only finds:

<?xml version="1.0"?>
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<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 xmlns:dc="http://purl.org/dc/elements/1.1/"; rdf:about="">
      <dc:subject>
        <rdf:Bag>
          <rdf:li>Test</rdf:li>
        </rdf:Bag>
      </dc:subject>
    </rdf:Description>
  </rdf:RDF>
</x:xmpmeta>
<?xpacket end="w"?>

ExifTool is a little more efficient in its search and also finds the next block
and more. We use this ExifTool to capture all metadata:

exiftool -json -xmp:all -G:0:1:2:4:6 -l 2023-08-13_10h34-47.jxl

As you can see in the JSON output, e.g. "FRA" there are multiple copies. We
merge these with a comma for viewing in digiKam.
If you view the file with a hex editor, you will also see that XMP-XML blocks
exist multiple times. We can't help here.

Maik

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

Reply via email to