Files
wxWidgets/interface/wx
Dimitri Schoolwerth fdb7d5bbc2 Changed behaviour of wxImageResizeQuality parameter in wxImage.Scale and wxImage.Rescale.
Made the following changes:

* Formerly specifying to resize using wxIMAGE_QUALITY_BICUBIC or wxIMAGE_QUALITY_BILINEAR could result in the ResampleBox method being used. Now always resize with the method that the user actually specified.

* Added wxIMAGE_QUALITY_BOX_AVERAGE to explicitly allow resizing with the ResampleBox method.

* Previously wxIMAGE_QUALITY_HIGH was equal to wxIMAGE_QUALITY_BICUBIC. It has been changed to use wxIMAGE_QUALITY_BOX_AVERAGE when reducing the size of an image and wxIMAGE_QUALITY_BICUBIC in all other cases.

Closes #12845.



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-03-15 16:42:34 +00:00
..
2011-01-08 06:57:23 +00:00
2011-01-08 06:57:23 +00:00
2011-02-27 12:48:54 +00:00
2011-01-16 23:24:29 +00:00
2011-01-08 06:57:23 +00:00
2010-10-30 23:51:18 +00:00
2010-07-25 11:24:38 +00:00
2010-08-18 22:48:41 +00:00
2011-03-02 10:28:20 +00:00
2008-10-28 14:29:36 +00:00
2010-07-22 12:09:20 +00:00
2010-11-27 08:40:27 +00:00
2011-03-14 11:54:55 +00:00