You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README on the home page has the examples that use imageio.imsave to save output.
However, the imsave function is deprecated. It should be replaced with imwrite.
The text was updated successfully, but these errors were encountered:
The README on the home page has the examples that use imageio.imsave to save output.
However, the
imsave
function is deprecated. It should be replaced withimwrite
.The text was updated successfully, but these errors were encountered: