Skip to content

Commit

Permalink
Merge pull request #6513 from cgohlke/patch-1
Browse files Browse the repository at this point in the history
DOC: fix image-file-formats.rst
  • Loading branch information
radarhere committed Aug 21, 2022
2 parents c44eea2 + 8a1837c commit 4c59f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/image-file-formats.rst
Expand Up @@ -968,7 +968,7 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
methods are: :data:`None`, ``"group3"``, ``"group4"``, ``"jpeg"``, ``"lzma"``,
``"packbits"``, ``"tiff_adobe_deflate"``, ``"tiff_ccitt"``, ``"tiff_lzw"``,
``"tiff_raw_16"``, ``"tiff_sgilog"``, ``"tiff_sgilog24"``, ``"tiff_thunderscan"``,
``"webp"`, ``"zstd"``
``"webp"``, ``"zstd"``

**quality**
The image quality for JPEG compression, on a scale from 0 (worst) to 100
Expand Down

0 comments on commit 4c59f77

Please sign in to comment.