ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: frereroy on June 16, 2015, 03:48:35 PM

Title: Removing a specific Exif entry from JPG
Post by: frereroy on June 16, 2015, 03:48:35 PM
I would like to cleanly remove the following complete line from a number of files.

The actual data which is stored in XMP is different for each file.

  <exif:ImageUniqueID>8a512a7e-SOME MORE UNIQUE DATA-e216060de19e</exif:ImageUniqueID>

All must go including the first < and the last >

Thanks for any help offered.
Title: Re: Removing a specific Exif entry from JPG
Post by: Phil Harvey on June 16, 2015, 07:50:24 PM
exiftool -imageuniqueid= FILE
Title: Re: Removing a specific Exif entry from JPG
Post by: frereroy on June 18, 2015, 12:56:22 PM
Many thanks, I knew that it would turn out to be much simpler than I thought.