* Support pathlib paths as function arguments * Fix 16 bit PNG write support (patch by Tomi Aarnio)
0.6
Not secure
* Add `supports_format` function * Make png compression level tunable when calling imsave * Add imsave_multi * Add partial support for reading PNG files in Gray+alpha format
0.5.1
* Improve tests to work after installation * Fix compilation in MSVC (patch by Christoph Gohlke)
0.5
* Add magic-number based format auto-detection * Auto detect whether webp is installed * Fix WebP reading (update to newer API)
0.4
* Add configuration for TIFF saving * Correctly save 16 bit PNG images * Better error messages for JPEG * Better building infrastructure