I'm at a loss to see how to delete all XMP Iptc4xmpExt PersonInImage tags as I've inherited these from WindowsPhotoGallery. I want to say all other tag though.
Any help appreciated.
Thanks Paul
Hi Paul,
There is a PersonInImage tag, then there is a PersonInImageWDetails structure which may contain a lot more information. To delete them all, do this:
exiftool "-personinimage*=" FILE
- Phil
Great. Thanks for your help (again). The process creates *.jpg_original backup files. Is there any way to inhibit this?
Thanks Paul
Add -overwrite_original to the command.
- Phil
Excellent. It works a treat!
Thanks again.