Skip to content

Commit

Permalink
Added release notes for python-pillow#7872
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 24, 2024
1 parent d7dba1c commit 38f9193
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releasenotes/10.3.0.rst
Expand Up @@ -61,6 +61,13 @@ Deprecated Use instead
API Changes
===========

Added alpha_quality argument when saving WebP images
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

When saving WebP images, an ``alpha_quality`` argument can be passed to the encoder. It
is an integer value between 0 to 100, where values other than 100 will provide lossy
compression.

Negative kmeans error
^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 38f9193

Please sign in to comment.