]> git.imager.perl.org - imager.git/commitdiff
change notes for the BMP updates
authorTony Cook <tony@develop-help.com>
Tue, 24 Apr 2012 09:50:29 +0000 (19:50 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 24 Apr 2012 09:50:29 +0000 (19:50 +1000)
Changes

diff --git a/Changes b/Changes
index 057f7c9241b77003a18e68ebc6dea53b14743493..24d2d2f718a0746803988fd444e53a650725881f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,17 @@ Bug fixes:
    2.
    This may result in slightly different 8 or 16-bit output images.
 
    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
 ===========
 
 Imager 0.89 - 18 Mar 2012
 ===========