Help for this page

Select Code to Download


  1. or download this
    #! perl -sw
    use strict;
    ...
    my $im = PDL::IO::GD->new({pdl=> $imPDL->dummy(2,3)});
    $im->String( gdFontGetSmall, 0,0, $fname, 0 );
    $im->write_Png($fname);