Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-Free ICC profile in image #322

Closed
mans0954 opened this issue Oct 24, 2017 · 0 comments
Closed

Non-Free ICC profile in image #322

mans0954 opened this issue Oct 24, 2017 · 0 comments

Comments

@mans0954
Copy link

./doc/channels/whiteboard.JPG contains an ICC profile which is Copyright 1998 Hewlett-Packard Company and probably not Free Software[1].

find . -regextype posix-extended -iregex '.*\.(jpg|png|ico|tiff)' -exec sh -c 'identify -verbose "$0" | grep -i copyright && echo "$0"' {} \;
    icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./doc/channels/whiteboard.JPG

This ICC profile can be removed with the command:

convert -verbose -strip ./doc/channels/whiteboard.JPG +profile "icc" ./doc/channels/whiteboard.JPG

Thanks.

Christopher Hoskin

[1] https://lists.debian.org/debian-devel/2014/05/msg00312.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant