]> git.saurik.com Git - wxWidgets.git/commit
Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage options.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Nov 2011 13:35:48 +0000 (13:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Nov 2011 13:35:48 +0000 (13:35 +0000)
commitb6963858fbc0a1fc82538b86d20245ace9db9449
treea5ad08adb2eab188ced973e70cd748d7cd92fded
parentd6c37f5bc40dc01ba7a0db6c50a79d88bdd028c7
Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage options.

These options allow to retrieve the original image size if the image was
scaled during load.

Closes #13662.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/image.h
interface/wx/image.h
samples/image/image.cpp
src/common/image.cpp
src/common/imagjpeg.cpp