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

Remove Apple Copyrighted ICC profile from test orientation images 2-8 #50

Merged
merged 1 commit into from
Jan 30, 2017

Conversation

mans0954
Copy link
Contributor

An ICC profile which is Copyright 2007 Apple Inc. has been added to landscape_{2..8}.jpg, presumably by the tool used by the exif-orientation-examples project to process the images. It seems probably that these profiles are incompatible with Free software licensing (see, for example, the discussion at [0]) and they are unnecessary for the purpose of demonstrating exif orientation. I have removed them with the command:

for i in {2..8}; do convert landscape_$i.jpg +profile "icc" landscape_$i.jpg; done

It is also necessary to make a slight adjustment to a tolerance in tests/test_wand.py.

I have also reported this upstream recurser/exif-orientation-examples#6

This Closes Issue #46.

Thanks.

Christopher Hoskin

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

@kaedroho kaedroho merged commit b572395 into wagtail:master Jan 30, 2017
@kaedroho
Copy link
Contributor

Thanks for resolving this, and apologies for being a little bit hasty in closing #46

kaedroho added a commit that referenced this pull request Jan 30, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants