Help for this page

Select Code to Download


  1. or download this
    open OUT,">$ID.png"; 
    binmode OUT; 
    print OUT $im->png; 
    close OUT;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    binmode DISPLAY;
    print DISPLAY $pngdata;
    close DISPLAY;