Subject: | exiftool command: removing tags dumps info on startup |
Date: | Thu, 26 Apr 2018 07:19:45 +0000 |
To: | "bug-Image-ExifTool [...] rt.cpan.org" <bug-Image-ExifTool [...] rt.cpan.org> |
From: | Nicolas Franck <Nicolas.Franck [...] UGent.be> |
I'm trying to remove the private tag 37724 (ImageSourceData) from a tif using the exiftool command.
$ exiftool -config private_tags.conf -ImageSourceData= test.tif
In version 10.40 this works fine and merely reports what changed and what not,
but in version 10.80 it dumps all tags at startup (including
the binary data in the ImageSourceData) leading to a long block.
This is the config:
%Image::ExifTool::UserDefined = (
'Image::ExifTool::Exif::Main' => {
37724 => {
Name => 'ImageSourceData',
Writable => 'no',
WriteGroup => 'IFD0',
Protected => 0
}
}
);
1;
The file can be retrieved here: http://adore.ugent.be/local/test.tif
Any idea?
Thanks in advance
Nicolas Franck