[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?
[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):
exiftool -r -icc_profile= DIR
- Phil