Skip to content

Commit

Permalink
Documented #5411
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 1, 2021
1 parent f45f7dc commit 5b0031c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releasenotes/8.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Changed WebP default "method" value when saving
Previously, it was 0, for the best speed. The default has now been changed to 4, to
match WebP's default, for higher quality with still some speed optimisation.

Default resampling filter for special image modes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Pillow 7.0 changed the default resampling filter to ``Image.BICUBIC``. However, as this
is not supported yet for images with a custom number of bits, the default filter for
those modes has been reverted to ``Image.NEAREST``.

API Additions
=============

Expand Down

0 comments on commit 5b0031c

Please sign in to comment.