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

imagen.image should not require PIL #42

Open
jbednar opened this issue Mar 31, 2015 · 0 comments
Open

imagen.image should not require PIL #42

jbednar opened this issue Mar 31, 2015 · 0 comments
Milestone

Comments

@jbednar
Copy link
Contributor

jbednar commented Mar 31, 2015

Currently, imagen.image can only be imported if PIL is available, yet it should be possible to use all of its features even without PIL because it can load Numpy .npy files, and Numpy is already a core dependency. It's slightly tricky to remove the dependency on PIL, because it's used in some parameter default values, but it's worth doing so that all functionality will be available without PIL. Plus it would then be easier to support non-PIL image loading libraries.

@jbednar jbednar added this to the Wishlist milestone Oct 12, 2020
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

No branches or pull requests

1 participant