Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I get the error: Can't load image from file...do I need to append an image extension somehow?use MIME::Base64; # $encoded_image is retrieved from the DB my $decoded = decode_base64($encoded_image); my $image = Wx::Bitmap->new( Wx::Image->new( $decoded, wxBITMAP_TYPE_A +NY) );
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Wxperl displaying decoded image?
by ikegami (Patriarch) on Jun 23, 2009 at 16:15 UTC |