From e2a86baca3ae09ae2640383a83c2e149b9d50bde Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 24 Apr 2012 19:50:29 +1000 Subject: [PATCH] change notes for the BMP updates --- Changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changes b/Changes index 057f7c92..24d2d2f7 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,17 @@ Bug fixes: 2. This may result in slightly different 8 or 16-bit output images. + - BI_BITFIELD BMP images were handled incorrectly, both in + incorrectly calculating the space required for the masks and in + processing the image data itself. + https://rt.cpan.org/Ticket/Display.html?id=76736 + + - some odd width BMP BI_RLE4 images use run lengths that run one off + the edge of the image. Imager now allows this, discarding the + extra column. + + - odd length RLE4 runs in BMP images were decoded incorrectly. + Imager 0.89 - 18 Mar 2012 =========== -- 2.39.5