X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/3b115720c935751e51e4ec1625db23dc6bbe1461..bd8052a6c49bf23a2fb5965c59f18192b26bb8b4:/Changes diff --git a/Changes b/Changes index 803fd98a..2bd66720 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,39 @@ Imager release history. Older releases can be found in Changes.old -Imager 0.61 - unreleased +Imager 0.62 - not yet released +=========== + + - major TIFF support re-work + http://rt.cpan.org/Ticket/Display.html?id=20329 + + - added a C level image interface for accessing samples from 1-32 + bits, exposed this at the perl level in getsamples() + + - the conv filter now works at floating point precision for high bit + images + + - added is_bilevel method to test whether an image should be written as + a bilevel image if the image format supports it. + + - added -log-stderr as an Imager import list option + + - added some important types to Imager::APIRef + + - added test_image_double() to Imager::Test + +Bug fixes: + + - Imager::Fountain couldn't read GIMP gradient files with 10 or more + segments + + - the scale() method with qtype mixing now handles images with an + alpha channel correctly. + + - fixed a broken link from the "animated GIF" entry in the concept index. + Thanks to Slaven Rezic. + http://rt.cpan.org/Ticket/Display.html?id=30889 + +Imager 0.61 - 5 November 2007 =========== - added samples/gifscale.pl, which adjusts the screen size/position tags @@ -58,6 +91,11 @@ Bug fixes: - correctly generate the author key in META.yml http://rt.cpan.org/Ticket/Display.html?id=30377 + - correctly blend a rotated (or matrix_transformed()) image when + performing interpolation in the presence of an alpha channel. + Also corrected the centring of the rotated image on the output + image. + Imager 0.60 - 30 August 2007 ===========