anibali / pywebp

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

add method and lossless preset config #35

Closed bruchar1 closed 2 years ago

bruchar1 commented 2 years ago

This adds the method config parameter, usefull when working with lossless compression. Also, I added the level preset for lossless config.

anibali commented 2 years ago

Thanks for your contribution. I might tweak how the arguments for new are specified/validated before releasing, but this is definitely a nice new feature to have.