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;