Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: wxPerl: is BitmapFromImage implemented?

by jmlynesjr (Deacon)
on Apr 28, 2013 at 22:20 UTC ( [id://1031116]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    // Load an Image
    wxImage image(wxT("image.png"), wxBITMAP_TYPE_PNG);
    // Convert it to a bitmap
    wxBitmap bitmap(image);
    
  2. or download this
    #! /home/xxxx/CitrusPerl/perl/bin/perl
    # Note I prefer to point to my CitrusPerl install rather than running 
    +a shell script everytime I want to run perl.
    # Image test - image manipulation
    ...
    $app->MainLoop;
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1031116]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-25 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found