From e108385a8eaf80438cd08b2849af308710a1082f Mon Sep 17 00:00:00 2001 From: brthanmathwoag Date: Mon, 21 Nov 2016 15:16:05 +0100 Subject: [PATCH] JPEG quality can be set between 0..100 --- Image-IO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Image-IO.md b/Image-IO.md index 1bb36c8..3d7af02 100644 --- a/Image-IO.md +++ b/Image-IO.md @@ -57,7 +57,7 @@ TIFF output support in Mapnik is experimental and does not yet support any user- JPEG output support in Mapnik is robust but simple. You can control just one option: the `quality` of the jpeg authored. -`quality` can be an integer value between `1` and `100` and can be passed to Mapnik by appending the number to the format string like: +`quality` can be an integer value between `0` and `100` and can be passed to Mapnik by appending the number to the format string like: - `jpeg100` - will use a quality of `100` - `jpeg50` - will use a quality of `50`