Help for this page

Select Code to Download


  1. or download this
    binmode STDOUT;
    $x = $image->Write(.png:-');
    
  2. or download this
    print "Content-type: image/png\n\n";
    
  3. or download this
    $| = 1;
    
  4. or download this
    #!/usr/local/bin/perl
    
    ...
        $img->Resize(width=>$ox/$r,height=>$oy/$r);
        return $img, sprintf("%.0f",$ox/$r), sprintf("%.0f",$oy/$r);
    }