Code: Select all
find . -regextype posix-extended -iregex '.*\.(jpg|png)' \
-exec sh -c 'identify -verbose "$0" \
| grep -i copyright && echo "$0"' {} \;
flash16.png, flash32.png, somelight16.png and somelight32.png, inside skin/classic/noscript from chrome/noscript.jar.
The proposed alternative is to simply remove the embedded non-free and anyway useless ICC profiles:
Code: Select all
exiftool -icc_profile"-<=" $files
Thanks in advance for considering.