]> git.saurik.com Git - wxWidgets.git/commit
Made some TIFF reading adjustments.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 20 Mar 2011 19:48:03 +0000 (19:48 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 20 Mar 2011 19:48:03 +0000 (19:48 +0000)
commit4d37f425ff99077796428e69fee69ebf9c2fc6a5
treea5445154fe74ab1d82468c8b240daf0167f0bb72
parent035fa7f78c8915a24114d26728fa805773f2c4b5
Made some TIFF reading adjustments.

Read a few TIFF tags that assist with having a similar TIFF file when saving the image again, instead of (by default) always saving as a 24-bit RGB image. Also, in accordance with libtiff, allow reading X and Y resolution values even if the resolution unit tag is not set.

Applied (modified) patch by scottb. Closes #13015.

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