Once I use scipy.misc.toimage
with scipy version 1.6.1, it always error with AttributeError: module 'scipy.misc' has no attribute 'toimage'
Regarding the documentation, the attribute like toimage
would be used for scipy.misc
just only version 1.0.0 until before version 1.2.0
Source: https://docs.scipy.org/doc/scipy-1.2.1/reference/misc.html
Currently, I use python 3.8 and may I know which attribute in scipy version 1.6.1 have the same functional as scipy.misc.toimage
from scipy version 1.0.0?