Skip to content

Commit

Permalink
Sort formats alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 15, 2024
1 parent a01ad83 commit 196c670
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ following options are available::
**append_images**
A list of images to append as additional frames. Each of the
images in the list can be single or multiframe images.
This is currently supported for GIF, PDF, PNG, TIFF, WebP, and AVIF.
This is currently supported for AVIF, GIF, PDF, PNG, TIFF and WebP.

It is also supported for ICO and ICNS. If images are passed in of relevant
sizes, they will be used instead of scaling down the main image.
Expand Down Expand Up @@ -1321,7 +1321,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 90. 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.

Expand All @@ -1331,19 +1331,19 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
values are, the worse the quality.

**subsampling**
If present, sets the subsampling for the encoder. Defaults to ``"4:2:0``".
If present, sets the subsampling for the encoder. Defaults to ``4:2:0``.
Options include:

* ``"4:0:0"``
* ``"4:2:0"``
* ``"4:2:2"``
* ``"4:4:4"``
* ``4:0:0``
* ``4:2:0``
* ``4:2:2``
* ``4:4:4``

**speed**
Quality/speed trade-off (0=slower-better, 10=fastest). Defaults to 8.

**range**
YUV range, either "full" or "limited." Defaults to "full"
YUV range, either "full" or "limited". Defaults to "full"

**codec**
AV1 codec to use for encoding. Possible values are "aom", "rav1e", and
Expand Down

0 comments on commit 196c670

Please sign in to comment.