in reply to scaling wxPerl bitmaps
If it doesn't work, you'll get an error, if it does, you won't :)my $bmp = Wx::Bitmap->new($image);
The wxPerl wxBitmap documentation ought to say its supported, but I've got an outdated version, so I can't check.C:\>perl -MWx -e"warn Wx::Bitmap->new(Wx::Image->new)" Wx::Bitmap=SCALAR(0x22516c) at -e line 1. C:\>
Since this wasn't available in early wxPerl's, you should
use Wx 0.25;
|
|---|