mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
added RN for the new exact option.
This commit is contained in:
parent
becdd31eec
commit
55a75b9a69
|
@ -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
|
will be used internally by :py:meth:`.ImageDraw.text` to more accurately place
|
||||||
text at the ``xy`` coordinates.
|
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
|
Security
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user