Hi all
I'm new here.
I'm trying to copy all metadata from one file to another, which works amazing!
However, there is that little Tag/Value that the program adds after each metadata import.
Namely the:
XMP Toolkit Image::ExifTool 9.97
As i need a 100% clean import, is it possible to remove or replace this?
Thanks in advance and thanks for a lovely piece of software.
With kind regards,
J
Just add -xmptoolkit= to your command.
(Note that ExifTool is probably the only XMP writer that will allow you to do this.)
BTW, the Tag Name documentation (https://exiftool.org/TagNames/XMP.html#x) is useful:
When writing, the XMPToolkit tag is automatically generated by ExifTool unless specifically set to another value.
- Phil
Thanks! I will try that.