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 orientations 2-8 #6

Merged
merged 1 commit into from
Mar 6, 2017

Conversation

mans0954
Copy link
Contributor

An ICC profile which is Copyright 2007 Apple Inc. has been added to Landscape_{2..8}.jpg and Portrait_{2..8}.jpg, presumably by the tool used 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 commands:

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

This Closes Issue #4.

Thanks.

Christopher Hoskin

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

@recurser
Copy link
Owner

recurser commented Mar 6, 2017

thanks @mans0954 👍

@recurser recurser merged commit 81d0856 into recurser:master Mar 6, 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.

2 participants