From: Mark W. <ma...@ne...> - 2006-07-24 10:59:23
|
Hi Mattia, I am unable to submit this using CVS due to network/firewall problems. I have compiled wxPerl 0.54 against wxWidgets 2.7.0-rc1 but I see that ConvertToGreyscale is not wrapped so I have added this to Image.xs at line 203. I have tested and it works fine on WinXP. Regards Mark <snip> #if WXPERL_W_VERSION_GE( 2, 7, 0 ) wxImage* wxImage::ConvertToGreyscale() CODE: RETVAL = new wxImage( THIS->ConvertToGreyscale() ); OUTPUT: RETVAL #endif <snip> |