Skip to content

Commit

Permalink
added RN for the new exact option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashafaei committed Nov 20, 2022
1 parent becdd31 commit 55a75b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releasenotes/9.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========

Expand Down

0 comments on commit 55a75b9

Please sign in to comment.