letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

imsave() is deprecated #132

Closed shenzj1994 closed 2 days ago

shenzj1994 commented 3 years ago

The README on the home page has the examples that use imageio.imsave to save output. However, the imsavefunction is deprecated. It should be replaced with imwrite.

letmaik commented 3 years ago

PR welcome :)