mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Fixed line-length formatting
Fixed line length issues in formatting [ci skip]
This commit is contained in:
parent
9cdfb296e5
commit
fce34a0d7b
|
@ -2273,10 +2273,10 @@ class Image:
|
|||
:param size: Requested size.
|
||||
:param resample: Optional resampling filter. This can be one
|
||||
of :py:data:`PIL.Image.NEAREST`, :py:data:`PIL.Image.BILINEAR`,
|
||||
:py:data:`PIL.Image.BICUBIC`, :py:data:`PIL.Image.BOX`, or :py:data:`PIL.Image.LANCZOS`.
|
||||
If omitted, it defaults to :py:data:`PIL.Image.BICUBIC`.
|
||||
(was :py:data:`PIL.Image.NEAREST` prior to version 2.5.0).
|
||||
See: :ref:`concept-filters`.
|
||||
:py:data:`PIL.Image.BICUBIC`, :py:data:`PIL.Image.BOX`, or
|
||||
:py:data:`PIL.Image.LANCZOS`. If omitted, it defaults to
|
||||
:py:data:`PIL.Image.BICUBIC`. (was :py:data:`PIL.Image.NEAREST`
|
||||
prior to version 2.5.0). See: :ref:`concept-filters`.
|
||||
:param reducing_gap: Apply optimization by resizing the image
|
||||
in two steps. First, reducing the image by integer times
|
||||
using :py:meth:`~PIL.Image.Image.reduce` or
|
||||
|
|
Loading…
Reference in New Issue
Block a user