]> git.imager.perl.org - imager.git/commitdiff
we now have a convert() method
authorTony Cook <tony@develop=help.com>
Wed, 9 May 2001 04:01:21 +0000 (04:01 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 9 May 2001 04:01:21 +0000 (04:01 +0000)
Changes

diff --git a/Changes b/Changes
index 83f10b0f4a6070136f0d0720af5a19be98c18e28..7683e34e1ab1a173fada1b41877fdd6cc354311e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -400,6 +400,7 @@ Revision history for Perl extension Imager.
        - incorporated Micksa's faxable tiff support, treating as a type
        of tiff rather than a separate format
        - t/t70newgif.t now checks for gif support
+       - added the convert() method
 
 ~~~~~~~~~~~~~^ ^ ^~~~~~~~~~~~~~
 
@@ -445,6 +446,11 @@ Revision history for Perl extension Imager.
        - should we overload <=> or cmp for Imager::Color objects?
         too many worms, leave it out
 
+       - if gif_delays is a number instead of an arrayref, use that 
+       number for each frame
+
+       - support writing pgm files
+
         Documentation:
         - Add to the documentation
         - Write a tutorial?