ExifTool Forum

ExifTool => Archives => Topic started by: Archive on May 12, 2010, 08:54:12 AM

Title: How do I remove color profiles?
Post by: Archive on May 12, 2010, 08:54:12 AM
[Originally posted by roguegeek on 2007-12-01 02:40:12-08]

I have a whole mess of files I need to remove ICC profiles from. I could run a batch through Photoshop and have this done in a couple of hours, but I have a feeling ExifTool could save me a crap load of time. Is there a simple shell script I could run to do this?
Title: Re: How do I remove color profiles?
Post by: Archive on May 12, 2010, 08:54:12 AM
[Originally posted by exiftool on 2007-12-01 13:56:19-08]

This command will remove the ICC profile from all images in DIR
(and in subdirectories):

Code:
exiftool -r -icc_profile= DIR

- Phil