mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-11 17:10:58 +03:00
chore(docs): update quality and speed with correct defaults
This commit is contained in:
parent
f5dc957079
commit
8d77678d02
|
@ -1345,7 +1345,7 @@ as 8-bit RGB(A).
|
|||
The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||
|
||||
**quality**
|
||||
Integer, 1-100, defaults to 90. 0 gives the smallest size and poorest
|
||||
Integer, 1-100, defaults to 75. 0 gives the smallest size and poorest
|
||||
quality, 100 the largest and best quality. The value of this setting
|
||||
controls the ``qmin`` and ``qmax`` encoder options.
|
||||
|
||||
|
@ -1364,7 +1364,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
|||
* ``4:4:4``
|
||||
|
||||
**speed**
|
||||
Quality/speed trade-off (0=slower-better, 10=fastest). Defaults to 8.
|
||||
Quality/speed trade-off (0=slower-better, 10=fastest). Defaults to 6.
|
||||
|
||||
**range**
|
||||
YUV range, either "full" or "limited". Defaults to "full"
|
||||
|
|
Loading…
Reference in New Issue
Block a user