mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Remove incorrect documentation of "-1" subsampling setting
This commit is contained in:
parent
669247cbd7
commit
f2a8c45744
|
@ -381,7 +381,6 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
|||
|
||||
* ``keep``: Only valid for JPEG files, will retain the original image setting.
|
||||
* ``4:4:4``, ``4:2:2``, ``4:2:0``: Specific sampling values
|
||||
* ``-1``: equivalent to ``keep``
|
||||
* ``0``: equivalent to ``4:4:4``
|
||||
* ``1``: equivalent to ``4:2:2``
|
||||
* ``2``: equivalent to ``4:2:0``
|
||||
|
|
Loading…
Reference in New Issue
Block a user