added RN for the new exact option.

This commit is contained in:
Alireza Shafaei 2022-11-19 23:14:59 -08:00
parent becdd31eec
commit 55a75b9a69

View File

@ -37,6 +37,13 @@ support a ``start`` argument. This tuple of horizontal and vertical offset
will be used internally by :py:meth:`.ImageDraw.text` to more accurately place
text at the ``xy`` coordinates.
Added the ``exact`` encoding option for WebP
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``exact`` encoding option for WebP is now supported. The WebP encoder
removes the hidden RGB values for better compression by default. By setting
this option to ``True``, the encoder will keep the hidden RGB values.
Security
========