]> git.saurik.com Git - wxWidgets.git/commit
Added support for loading black and white TIFF images with alpha.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 28 Aug 2011 22:17:04 +0000 (22:17 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 28 Aug 2011 22:17:04 +0000 (22:17 +0000)
commitf60e313437547e11326e34f93c549356e7291f9f
tree69944e4d86f6a3a7f63c82593dafa201398c80ae
parentd6d29abb44ccfabdd071741a8a4623ea02f470b8
Added support for loading black and white TIFF images with alpha.

As TIFFReadRGBAImage[Oriented] can't deal with all images make use of TIFFReadScanline to decode per scanline. Currently only the case of a black and white image with alpha (for a total of 2 bits per pixel) is handled.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/imagtiff.cpp