]> git.imager.perl.org - imager.git/commitdiff
change note for multi-image pnm read support
authorTony Cook <tony@develop=help.com>
Sat, 3 Jul 2010 03:47:18 +0000 (03:47 +0000)
committerTony Cook <tony@develop=help.com>
Sat, 3 Jul 2010 03:47:18 +0000 (03:47 +0000)
Changes

diff --git a/Changes b/Changes
index 1cad179499df24bd678170f5ac3cc73780e2dd68..bc9050500803901d995a31908c007fe8d0741675 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,11 @@ Imager release history.  Older releases can be found in Changes.old
 Imager 0.76
 ===========
 
 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
 Bugs:
 
  - Imager->new(data => $data) didn't try to process image file data in