- Added support for specifying
target_size
during image compression. When using this option, be sure to also setpasses
to a value greater than 1. #64 - Added support for specifying the animation loop count. #66
- Added typing. Thanks @laggykiller.
- Nested the private binary
_webp
module within thewebp
package. - Removed superfluous
*args
from a few functions.