Skip to content

Commit

Permalink
Corrected quality range
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 25, 2025
1 parent 654597f commit 6e8fc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
values are, the worse the quality.

**quality**
Integer, 1-100, defaults to 75. 0 gives the smallest size and poorest
Integer, 0-100, defaults to 75. 0 gives the smallest size and poorest
quality, 100 the largest and best quality. Setting qmin or qmax will override this.

**subsampling**
Expand Down

0 comments on commit 6e8fc5d

Please sign in to comment.