From: Tony Cook Date: Sat, 3 Jul 2010 03:47:18 +0000 (+0000) Subject: change note for multi-image pnm read support X-Git-Tag: Imager-0.77~24 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/a596d4f62fb74af0d148b94919ec0ca6ad2698c1 change note for multi-image pnm read support --- diff --git a/Changes b/Changes index 1cad1794..bc905050 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,11 @@ Imager release history. Older releases can be found in Changes.old Imager 0.76 =========== + - added the ability to read multiple-image PNM files. + Note that unlike the pbm/pgm/ppm specification this accepts mixed + format files and allows white space padding between files. + Thanks to Philip Gwyn (Leolo) for this patch. + Bugs: - Imager->new(data => $data) didn't try to process image file data in