-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
debian and non-free icc profiles #486
Comments
libvips went through this issue a few years ago. After some research we settled on this CMYK profile: http://www.argyllcms.com/cmyk.icm It's a good default CMYK profile, probably better than USWebCoatedSWOP.icc. You can see the licence here: https://sourceforge.net/p/lcms/mailman/message/32755884/ The srgb profile is much less critical. The |
I meant to add, Debian does not currently have (as far as I know) a free CMYK profile. How about formally adopting the Argyll one? It's an excellent profile, and public domain. |
I'm surprised at the ICC licensing terms for their v2 sRGB profile :( but using the existing Debian-provided version will be fine. Thanks for the details of a suitable PD CMYK profile John. I'll update sharp to use both of these instead. Jérémy, are there any licensing limitations in Debian around documentation? The sharp docs do not currently have a separate licence beyond the overall Apache 2.0, which probably isn't that suitable. Would it make it easier to have this as CC0? |
There is no problem with the Apache 2.0 license, as far as debian is concerned. |
The only other problem that could arise is the embedded profiles in the images in the fixtures directory. I'll inspect them and report a bit later (gtg). |
@kapouer Are you able to create a package without the |
The fixtures with a copyrighted ICC profile:
Then
I'm now trying to figure the corresponding licenses. It doesn't look that bad. |
Commit 91e1ed1 switches the profiles in |
v0.15.1 includes the free alternatives discussed here in its |
@kapouer Are there any other files (apart from the test directory that can be removed from a binary distribution) that might prevent Debian packaging? |
As of version 0.17, except for embedded profiles in test pictures, everything else looks all right. |
Hi,
since i'm using sharp and am also a debian maintainer, i figured i could avoid the trouble of rebuilding it by packaging it for debian. So i started to review the files, to find that both ICC profiles are not distributable in the main debian archive because they are non-free. I think it's possible to replace them with free version found in icc-profiles-free package; maybe you could help picking the right ones:
Why the current profiles are not free is:
free to distribute provided that the file is not changed
that makes it non-free (as seen from a free software point of view)No other distribution of the Software is allowed; including, without limitation, distribution of the Software when incorporated into or bundled with any application software. You may not modify the Software.
Thank you for your attention.
The text was updated successfully, but these errors were encountered: