From d80d39c9c863ad8e2619713ce333e8484323e283 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Fri, 15 Feb 2013 20:55:47 +1100 Subject: [PATCH] PNG supports more sample sizes now --- lib/Imager/LargeSamples.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Imager/LargeSamples.pod b/lib/Imager/LargeSamples.pod index f01093a4..7689ccef 100644 --- a/lib/Imager/LargeSamples.pod +++ b/lib/Imager/LargeSamples.pod @@ -77,7 +77,9 @@ of the image, using filled => 1 and color works at 8-bits/sample JPEG 8, 12 8 PBM 1 1 PGM/PPM 1-16 read any, writes 8, 16 - PNG 1, 2, 4, 8, 16 8 + PNG 1, 2, 4, 8, 16 1, 2, 4, 8 paletted + 1, 8, 16 gray (1 for is_monochrome() images) + 8, 16 RGB RAW 8 SGI 8, 16 8, 16 TGA 8 8 -- 2.39.5