anibali / pywebp

Python bindings for WebP
MIT License
74 stars 24 forks source link

Add imageio-like numpy API #6

Closed anibali closed 5 years ago

anibali commented 5 years ago

Addresses issue https://github.com/anibali/pywebp/issues/5.

The new functions for working with numpy arrays are imwrite, imread, mimwrite, and mimread.

TadLeonard commented 5 years ago

This is fantastic. Thank you so much!