cc icon indicating copy to clipboard operation
cc copied to clipboard

scipy.misc.imresize removed in scipy 1.3.0.

Open cgo opened this issue 4 years ago • 7 comments

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.

cgo avatar Jul 28 '19 20:07 cgo

Thanks @cgo . I can start working on it, but if you already have something, could you send a pull request?

anuragranj avatar Jul 31 '19 14:07 anuragranj

I just downgraded scipy on my end :-) just wanted to give CC a try. On that note, I'll contact you with another question that has nothing to do with this issue; stay tuned :)

cgo avatar Aug 02 '19 02:08 cgo

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.

anuragranj avatar Aug 16 '19 13:08 anuragranj

Hey @anuragranj, thanks for the change; I noticed it was re-opened, anything I can do to check this?

cgo avatar Aug 20 '19 03:08 cgo

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?

anuragranj avatar Aug 20 '19 09:08 anuragranj

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?

ShristiDasBiswas avatar Jun 17 '22 01:06 ShristiDasBiswas

To my knowledge, it worked at the time.

anuragranj avatar Sep 09 '22 03:09 anuragranj