Remove Multiple Tags

Started by sanchos, May 17, 2016, 09:33:17 PM

Previous topic - Next topic

sanchos

Hi, there!

I want to delete from the image multiple tags. I can remove them one by one, but it requires a lot of time. :-\

Can anyone help to compiling command-line to remove from the image the following tags: IPTC: All,  XMP: All, EXIF:Artist, EXIF:SerialNumber and set the ColorSpace to Adobe RGB (if it possible to see this parameter in standart Windiows shell)?

Thanks!


StarGeek

Try:
Exiftool -iptc:all= -xmp:all= -Exif:Artist= Exif:SerialNumber= -ColorSpace#=2 DirOrFiles

Add -r to recurse into subdirectories.

"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

sanchos

Quote from: StarGeek on May 18, 2016, 04:30:31 AM
Try:
Exiftool -iptc:all= -xmp:all= -Exif:Artist= Exif:SerialNumber= -ColorSpace#=2 DirOrFiles

Add -r to recurse into subdirectories.

Thanks a lot!