Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Strip away copyrighted ICC profile #30

Merged
merged 1 commit into from
Jul 8, 2014
Merged

Conversation

DavidPrevot
Copy link

While searching for embedded non-free ICC profile:

find . -regextype posix-extended -iregex '.*\.(jpg|png|tif|ico)' \
    -exec sh -c 'identify -verbose "$0" \
    | grep -i copyright && echo "$0"' {} \;

docs/_static/logo.png showed up. The proposed file just removes the embedded non-free ICC profile:

exiftool -icc_profile"-<=" docs/_static/logo.png

It makes the file a bit smaller, without changing the image.

https://lists.debian.org/debian-devel/2014/05/msg00339.html and the whole thread provide more information.

mtdowling added a commit that referenced this pull request Jul 8, 2014
Strip away copyrighted ICC profile
@mtdowling mtdowling merged commit f7f3c2e into guzzle:master Jul 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants