Imager release history. Older releases can be found in Changes.old
-Imager 0.79 - unreleased
+Imager 0.80 - unreleased
+===========
+
+Bug fixes:
+
+ - images with an translucent alpha channel were not scaled correctly
+ by the default (qtype=normal) scaling method.
+ https://rt.cpan.org/Public/Bug/Display.html?id=63922
+
+ - Imager::Color::Float now translates "#FFFFFF" to white instead of
+ just a little darker.
+
+ - make the default color map build algorithm "mediancut".
+ https://rt.cpan.org/Ticket/Display.html?id=64785
+
+Imager 0.79 - 10 Dec 2010
===========
- add Imager::Test to the POD coverage tests and document the missing
This significantly speeds up presets like "addalpha", "green".
https://rt.cpan.org/Ticket/Display.html?id=51254
+ - add wiggle.pl sample, as suggested by Dan Oppenheim.
+
+ - add the combine() method to combine channels from multiple source
+ images into a new image
+ https://rt.cpan.org/Ticket/Display.html?id=11872
+
Bug fixes:
- treat the co-efficients for convert() as doubles instead of floats.
+ - If a higher (earlier) priority font handler failed to load, that
+ would crash preventing loading of later font handlers.
+ https://rt.cpan.org/Ticket/Display.html?id=62855
+
+ - parse defines from the options returned by pkg-config --cflags
+ https://rt.cpan.org/Ticket/Display.html?id=63223
+
+ - a regen of the MANIFEST revealed that GIF and FT2 tests weren't
+ included in the tarball. They are now included.
+
Imager 0.78 - 4 Oct 2010
===========