Imager 0.45_02

tonyc on 2005-12-14T22:35:28

I've uploaded a release candidate for Imager 0.46 to CPAN.

If you use Imager, please take the time to test it out, using CPAN shell this would be:

perl -MCPAN -eshell

test T/TO/TONYC/Imager-0.45_02.tar.gz

The major changes in Imager 0.46 include:

  • EXIF support when reading JPEG images
  • you can read a given page of GIF or TIFF files
  • the read method now reads the first image of a GIF instead of consolidating them (the old behaviour is still available if needed)
  • you can limit the sizes of images read from files
  • significant documentation changes
  • many minor bug fixes