]> git.imager.perl.org - imager.git/commit
- INCOMPATIBLE CHANGE:
authorTony Cook <tony@develop=help.com>
Thu, 27 Oct 2005 04:51:38 +0000 (04:51 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 27 Oct 2005 04:51:38 +0000 (04:51 +0000)
commitf1adece7d1111700511b1975ac9f9477e792dc56
treedfb888a5b439bee199434f3a83ac4f65e646589f
parentef1ab93b437ee689c757ebbfa640bbd4b9969303
- INCOMPATIBLE CHANGE:
  reading a gif file will now read the first image from the file rather
  than the a consolidated image.  If you want the old behaviour supply
  C<< gif_consolidate=>1 >> to the read() method.  Older versions of
  Imager will accept this parameter and produce the same result.
- you can now supply a page parameter to read() to read a given page
  from a GIF file.
- reading a multi-image GIF was leaking memory (a line buffer per file)
Changes
Imager.pm
Imager.xs
TODO
gif.c
image.h
lib/Imager/Files.pod
t/t105gif.t