Search found 1 match

by boardhead
Mon May 12, 2014 2:37 pm
Forum: NoScript Development
Topic: Please, strip away copyrighted ICC profiles
Replies: 3
Views: 2470

Re: Please, strip away copyrighted ICC profiles

While searching for embedded non-free ICC profiles: exiftool -icc_profile"-<=" $files The correct exiftool command is: exiftool -icc_profile= $files The "-<=" operator is for conditionally deleting a tag if it matches the value in a specified file. I'm not sure why your command ...