]> git.saurik.com Git - wxWidgets.git/commitdiff
Improved BMP decoding.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 17 Aug 2011 21:01:09 +0000 (21:01 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 17 Aug 2011 21:01:09 +0000 (21:01 +0000)
The BMP decoder did not handle images that are not stored upside down but straight up (in which case the height is negative). Also with RLE4 or RLE8 compressed images the 'end of scanline' RLE marker was not handled correctly. Fixed the issues and added a unit test for them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775


No differences found