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

License problems with "lenna" image set (reopened #253) #576

Open
ametzler opened this issue Aug 11, 2024 · 1 comment · May be fixed by #587
Open

License problems with "lenna" image set (reopened #253) #576

ametzler opened this issue Aug 11, 2024 · 1 comment · May be fixed by #587
Assignees
Labels

Comments

@ametzler
Copy link

Hello this is a copy of #253 which was erroneously closed.

Quote danstender

Unfortunately, the "lenna" image set became recognized as being problematic for distributing in a free software context [1]. I know this is the standard example image set of image processing for a long time (the model Lena Söderberg was invited to image processing developer's conferences to meet etc.), however we would have to strip out the images out of the upstream tarball due to the licensing issue. From our view, if these example and tests images could be replaced by upstream this would the best solution. But I know that this is going to be an extensive task regarding the Vigra tests, so just let me point to that issue.
[1] https://salsa.debian.org/lintian/lintian/-/blob/master/tags/l/license-problem-non-free-img-lenna.tag?ref_type=heads

At least Debian and Fedora are working around this with with local patches:
Fedora https://src.fedoraproject.org/rpms/vigra.git quoting the spec file

 The "Lenna" files are non-free, we need to remove them from the source tarball.

# wget https://github.com/ukoethe/vigra/releases/download/Version-1-11-1/vigra-1.11.1-src.tar.gz
# tar xf vigra-1.11.1-src.tar.gz
# find vigra-1.11.1/ -name "lenna*" -delete
# tar zcf vigra-1.11.1-src-clean.tar.gz vigra-1.11.1/

Debian https://salsa.debian.org/science-team/libvigraimpex quoting debian/copyright

Files-Excluded: 
[...]
                src/images/lenna_color.gif
                src/images/lenna_color_small.gif
                src/images/lenna_composite_color.gif
                src/images/lenna_gray.gif
@hmaarrfk
Copy link
Collaborator

PRs welcome to replace this image with an adequate proposal.

If they are used in tests, the tests would have to be updated.

@k-dominik k-dominik self-assigned this Sep 3, 2024
@k-dominik k-dominik linked a pull request Sep 6, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants