From 7471d656e1b3000a67a1340c36f5f5de156e57b5 Mon Sep 17 00:00:00 2001 From: brthanmathwoag Date: Tue, 22 Nov 2016 11:15:34 +0100 Subject: [PATCH] Image-IO: As of 3.0.12, a "png" output string creates a full color png --- Image-IO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Image-IO.md b/Image-IO.md index 3d7af02..752b2a7 100644 --- a/Image-IO.md +++ b/Image-IO.md @@ -70,8 +70,8 @@ So, the two main types can be requested using the formats names: | Name | Type | | ---- | ----- | -| `png`, `png8` , or `png256` | Creates reduced color/quantized paletted png NOTE: in Mapnik versions older than 2.3.x the `png` keyword used to map to full color png| -| `png24` or `png32` | Creates full color png with millions of possible colors (and much larger file size) | +| `png8` or `png256` | Creates reduced color/quantized paletted png | +| `png`, `png24` or `png32` | Creates full color png with millions of possible colors (and much larger file size) | And the key:value options can be controlled as follows: