mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Noted previous default
This commit is contained in:
parent
8d4a77a939
commit
9a6e8f8e9d
|
@ -1710,7 +1710,8 @@ class Image:
|
|||
of :py:attr:`PIL.Image.NEAREST`, :py:attr:`PIL.Image.BILINEAR`,
|
||||
:py:attr:`PIL.Image.BICUBIC`, or :py:attr:`PIL.Image.ANTIALIAS`
|
||||
(best quality). If omitted, it defaults to
|
||||
:py:attr:`PIL.Image.ANTIALIAS`.
|
||||
:py:attr:`PIL.Image.ANTIALIAS`. (was `PIL.Image.NEAREST` prior
|
||||
to version 2.5.0)
|
||||
:returns: None
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user