Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

remove deprecated package from enhance.py #244

Closed
wants to merge 1 commit into from

Conversation

JarradTait
Copy link

scipy.ndimage.imread was deprecated in 2017 with the release of scipy 1.0 and finally removed in 1.2.0 (see issue #229)

There is however documentation for transitioning to imageio here The most relevant change is instead of mode use the pilmode keyword argument.

imageio is documented here

@JarradTait
Copy link
Author

This is incomplete because scipy.misc.toimage() function was also deprecated in Scipy 1.0.0, and then removed in version 1.3.0

@JarradTait JarradTait closed this May 11, 2020
@ln-nicolas
Copy link

ln-nicolas commented Sep 20, 2020

Did you found a migration code for scipy.misc.toimage() ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants