mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-27 20:43:43 +03:00
Added a note about the default subsampling
This commit is contained in:
parent
f2a8c45744
commit
a5ada2c56f
|
@ -385,6 +385,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||||
* ``1``: equivalent to ``4:2:2``
|
* ``1``: equivalent to ``4:2:2``
|
||||||
* ``2``: equivalent to ``4:2:0``
|
* ``2``: equivalent to ``4:2:0``
|
||||||
|
|
||||||
|
If absent, the setting will be determined by libjpeg or libjpeg-turbo.
|
||||||
|
|
||||||
**qtables**
|
**qtables**
|
||||||
If present, sets the qtables for the encoder. This is listed as an
|
If present, sets the qtables for the encoder. This is listed as an
|
||||||
advanced option for wizards in the JPEG documentation. Use with
|
advanced option for wizards in the JPEG documentation. Use with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user