-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Embedded non-free ICC profile in person.jpg(.gz) #5749
Comments
What does this realistically mean? The codec is copywrited? (Does that even matter?) |
Since i don't know where exactly you don't get why it does matter, i'm trying to explain
|
/cc @mikeal |
While this is less important because it isn't in the distro tarball we should, as a matter of policy, restrict the licenses of files landing in the code base. Can we replace with this a CC licensed file? We have a provision for CC so that docs can be CC licensed if necessary. |
@kapouer what operating system are you on and what package is you I ran the suggested command
That is all I'm getting |
@thealphanerd If it helps, I see it in ArchLinux:
|
@thealphanerd the one from ImageMagick 6.9.2-10 in debian/sid. You can try exiftool too - it should output similar information. |
Homebrew is serving Since I am unable to reproduce would either of you be up for sending a PR that replaces those two files and updates the tests accordingly? |
idea: can we just make these tests use the node.js logos in |
@Fishrock123 ..or at least copy them? |
In nodejs 5.9.0,
The profile is actually embedded - it's not only a reference to it.
IEC 61966-2.1 should have a free and open-source license, right ?
Sadly, no; see bottom of page http://www.color.org/srgbprofiles.xalter, quoting:
Which is in direct contradiction of chapter 3 of https://opensource.org/osd
To fix this:
convert person.jpg +profile "icc" person.jpg
(do not forget to do it on person.jpg.gz as well).
Though the tests using person.jpg seems to assume its file size, so stripping several kilobytes from it might hurt a test.
I know, it's crazy - always strip and convert images before redistribution.
The text was updated successfully, but these errors were encountered: