Help for this page

Select Code to Download


  1. or download this
    <img src="cgi-bin/image_serve.cgi?full+124236+pc_img1">
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $image->Resize(width=>$x,height=>$y);
    print "Content-type: image/jpeg\n\n";
    $image->Write('jpg:-');