Skip Menu |

This queue is for tickets about the Image-ExifTool CPAN distribution.

Report information
The Basics
Id: 97599
Status: rejected
Priority: 0/
Queue: Image-ExifTool

People
Owner: Nobody in particular
Requestors: klaus3b-cpan [...] yahoo.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: cannot delete DateCreated from xmp file wth exiftool 9.54
Date: Tue, 29 Jul 2014 17:13:58 +0100
To: "bug-Image-ExifTool [...] rt.cpan.org" <bug-Image-ExifTool [...] rt.cpan.org>
From: Klaus <klaus3b-cpan [...] yahoo.de>
if i try to delete the tag "DateCreated" using     > rem show content of tag DateCreated     > exiftool -DateCreated datecreated-example.xmp     Date Created                    : 2002-06-01         > rem delete tag DateCreated     > exiftool -DateCreated= datecreated-example.xmp         > rem show content of tag DateCreated. it was not deleted     > exiftool -DateCreated datecreated-example.xmp     Date Created                    : 2002-06-01 I am using     exiftool 9.54 as exe under windows-7-64 This is the content of datecreated-example.xmp <pre>     <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1.1">       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">         <rdf:Description rdf:about=""             xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/">           <Iptc4xmpCore:DateCreated>2002-06-01</Iptc4xmpCore:DateCreated>         </rdf:Description>       </rdf:RDF>     </x:xmpmeta> </pre>
Hi Klaus, This is a duplicate of bug report 97553, which I have responded to. - Phil