Added release notes for #7872

This commit is contained in:
Andrew Murray 2024-03-25 10:35:00 +11:00
parent d7dba1cc67
commit 38f9193796

View File

@ -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
^^^^^^^^^^^^^^^^^^^^^