Add support for bilinear resize algorithm to wxImage.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Aug 2009 21:11:37 +0000 (21:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Aug 2009 21:11:37 +0000 (21:11 +0000)
commit180f3c7461bf2a8ed136967f45be880a38cfc0b8
tree804be4a7e625dd54acb21d43fb2831635284f558
parent16b0c553987e18e1c28d03ba79111b62981287b0
Add support for bilinear resize algorithm to wxImage.

Add wxIMAGE_QUALITY_BILINEAR in addition to the existing wxIMAGE_QUALITY_BICUBIC,
it is supposed to be much faster yet yield almost the same results.

Closes #11034.

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