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

Use PIL over scipy's deprecated imresize #33

Open
mvirgo opened this issue May 8, 2020 · 0 comments
Open

Use PIL over scipy's deprecated imresize #33

mvirgo opened this issue May 8, 2020 · 0 comments

Comments

@mvirgo
Copy link
Owner

mvirgo commented May 8, 2020

Scipy deprecated imresize as of 1.3.0 and now suggests using PIL to resize images. This will require both updating code as well as the environment file to eventually remove scipy and replace it with pillow.

Can also consider using alternative image re-sizing functions from other libraries as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant