]> git.imager.perl.org - imager.git/commit
This is primarily a feature release:
authorTony Cook <tony@develop=help.com>
Thu, 14 Sep 2006 07:43:24 +0000 (07:43 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 14 Sep 2006 07:43:24 +0000 (07:43 +0000)
commit21e7d90c45ad5a05b62702e519ededa67526f707
tree8a6d8971b2708b18ff0fb025d87c521760a7a01b
parent173bed1cab9718ec501f9a1ba120f9c035940b95
This is primarily a feature release:

- a new qtype value 'mixing' has been added to the scale() method.
  This is faster than 'normal', slower than 'preview'.  This is based on
  the method used by pnmscale, and seems to produce less blurry results
  than normal.

- the rubthrough() method can now render onto images with an alpha
  channel.

- the read_multi() method now falls back to calling doing a single
  image read via the read() method and write_multi() will now fall
  back to calling write() if a single image is supplied.  This means
  you can simply call the read_multi() or write_multi() functions
  without having to check if the type is formatted by that method.

- the GIF loop extension can now be written.  If you don't have
  libungif/giflib 4.1.4 (or some distribution's bugfixed equivalent)
  you should upgrade.

- getscanline() and setscanline() can now read/write palette index
  based data from/to the image for paletted images, by setting type to
  'index'.

- we no longer hassle you to disable GIF support

- minor documentation fixes
Imager.pm
META.yml
announce/0.54.txt [new file with mode: 0644]