From 6e8fc5d8970100dc05621e78713019c5f9ef9d65 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 25 Jan 2025 21:52:18 +1100 Subject: [PATCH] Corrected quality range --- docs/handbook/image-file-formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 5b73e45313a..f40137af508 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -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**