]> git.saurik.com Git - wxWidgets.git/commit
Read TIFF images from top to bottom instead of bottom to top.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 28 Aug 2011 21:59:36 +0000 (21:59 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 28 Aug 2011 21:59:36 +0000 (21:59 +0000)
commit5d2be7cc55d83b6e5a7597add2fef248ab3c558f
tree64a897a37d89f9ce3aab01acb23b30023d39e87a
parentf2de33ede42de733a5cf3ab59dcd1c848165c7d4
Read TIFF images from top to bottom instead of bottom to top.

Use TIFFReadRGBAImageOriented with a parameter of ORIENTATION_TOPLEFT instead of using TIFFReadRGBAImage (which uses ORIENTATION_BOTTOMLEFT) to read images in a more logical order and simplify code.

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