in reply to
Re: Re: wxPerl image handling (short & sweet).
in thread wxPerl image handling (short & sweet).
Thanks - that fixed it.
I also had to change the ConvertToBitmap method call (listed as deprecated in the doco, and not found at runtime) to a Wx::Bitmap->new call.
So now it runs, but photos look just awful. It looks like there isn't enough colour depth, but $bmp->getDepth() returns 24.
| Comment on Re: Re: Re: wxPerl image handling (short & sweet). | |
|---|---|
| Re: Re: Re: Re: wxPerl image handling (short & sweet). by sandfly (Beadle) on Sep 10, 2003 at 22:01 UTC | |
| Re^4: wxPerl image handling (short & sweet). by Anonymous Monk on Jul 12, 2006 at 10:13 UTC |