-
Notifications
You must be signed in to change notification settings - Fork 62
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
scipy.misc.imresize removed in scipy 1.3.0. #14
Comments
Thanks @cgo . I can start working on it, but if you already have something, could you send a pull request? |
I just downgraded scipy on my end :-) just wanted to give CC a try. |
We now have a bleeding edge version that uses PIL instead of skimage. It is available on this branch. https://github.com/anuragranj/cc/tree/pil Please let me know if this works, or if there are any issues with it. |
Hey @anuragranj, thanks for the change; I noticed it was re-opened, anything I can do to check this? |
Yes, I am keeping this open until we are sure that this works. Could you try the pil branch and see if there are any problems? |
hi! does it work with pil? |
To my knowledge, it worked at the time. |
imresize is no longer provided by scipy. If the intention is to support 1.3.0 and above, I suggest to switch to Pillow or something else.
The text was updated successfully, but these errors were encountered: