Skip to content

Releases: anibali/pywebp

v0.4.0

09 Jun 07:00
6729ba2
Compare
Choose a tag to compare
  • Added support for specifying target_size during image compression. When using this option, be sure to also set passes 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 the webp package.
  • Removed superfluous *args from a few functions.

v0.3.0

06 Oct 00:28
1f93873
Compare
Choose a tag to compare

v0.2.0

11 Sep 04:29
7ecef14
Compare
Choose a tag to compare

This is the first release after migrating from Conan 1.x to 2.0. Usage of the library has not been affected, but it is now easier to build the package and we can make more binary wheels available. Notably, musl builds are available which should be of benefit to Alpine Linux users (see #15). We will also be ready to build for Python 3.12 in the future.

Many thanks to @laggykiller for key contributions to this release.

v0.1.8

07 Sep 00:56
6ca1866
Compare
Choose a tag to compare
v0.1.8

v0.1.7

05 Sep 10:55
c3d8e4c
Compare
Choose a tag to compare

This release contains packaging changes which should make it easier for MacOS users to install pywebp (especially on Apple Silicon).

EDIT: The Apple Silicon binaries did not actually build correctly, and will be fixed in the next release.

Release v0.1.5

20 Jan 04:41
a1b08ba
Compare
Choose a tag to compare
Fix another warning in GitHub Actions

Release v0.1.4

23 Mar 00:05
Compare
Choose a tag to compare