https://bugs.kde.org/show_bug.cgi?id=449637
--- Comment #7 from Maik Qualmann <metzping...@gmail.com> --- I can also reproduce the problem with samples from the web using the Exiv2 CLI tool. The XML seems fine: <x:xmpmeta xmlns:x="adobe:ns:meta/"> <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/"> <xmp:Rating>0</xmp:Rating> </rdf:Description> </rdf:RDF> </x:xmpmeta> A test with ExifTool and active validation shows a warning in the Fujifilm RAW file: exiftool -xmp:all -validate -warning -error DSCF2022.RAF Rating : 0 Validate : 1 Warning Warning : Value for FujiIFD tag 0xf010 VignettingParams overlaps tag 0xf00f ChromaticAberrationParams I have tested all my Fujifilm sample images, which are from different cameras, all are valid. My guess is that Exiv2 doesn't find the XML block start correctly. The problem would have to be reported to Exiv2 along with the test image. Maik -- You are receiving this mail because: You are watching all bug changes.