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
In reply to Wxperl displaying decoded image? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |