search for: wximage_quality_normal

Displaying 2 results from an estimated 2 matches for "wximage_quality_normal".

2007 May 04
0
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
...-------------- ** +// Start constants from wx/image.h +//** ---------------------------------------------------------------------------- ** </ins><span class="cx"> </span><ins>+// Constants for wxImage::Scale() for determining the level of quality +enum +{ + wxIMAGE_QUALITY_NORMAL = 0, + wxIMAGE_QUALITY_HIGH = 1 +}; + </ins><span class="cx"> //** ---------------------------------------------------------------------------- ** </span><span class="cx"> // Start constants from wx/imaglist.h </span><span class="cx&quo...
2007 Jun 05
0
[1045] trunk/wxruby2/swig/classes/include/wxImage.h: Add missing Size and Resize methods in Wx::Image
...const; </span><span class="cx"> void Replace(unsigned char r1 , unsigned char g1 , unsigned char b1 , unsigned char r2 , unsigned char g2 , unsigned char b2 ) ; </span><span class="cx"> wxImage & Rescale(int width, int height, int quality = wxIMAGE_QUALITY_NORMAL ) ; </span><ins>+ wxImage & Resize(const wxSize& size, const wxPoint pos, int red = -1, int green = -1, int blue = -1); </ins><span class="cx"> wxImage Rotate(double angle , const wxPoint& rotationCentre , bool interpolating = true, wxPoint* offset...