Removing face tags

Started by Tom Cunningham, May 31, 2025, 05:11:32 PM

Previous topic - Next topic

Tom Cunningham

I want to remove face tags from a file. I tried the command "exiftool -xmp-region:all= <file.jpg>" but exiftool reports 0 image files updated. What am I missing? Thanks.

StarGeek

"xmp-region:all" isn't a tag group.


Try
exiftool -XMP-mwg-rs:all= -XMP-MP:all= -XMP-acdsee-rs:all= -XMP-iptcExt:ImageRegion*= /path/to/files/

This removes, in order, MWG regions, Microsoft regions, ACDSee regions, and IPTC Extension regions.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Tom Cunningham

Thanks, StarGeek, that did the trick.