mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-24 19:22:00 +03:00
Documented #5411
This commit is contained in:
parent
f45f7dcc23
commit
5b0031c9fa
|
@ -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
|
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.
|
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
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user