Help for this page

Select Code to Download


  1. or download this
    GD-graph1.eps is 200x200
    200
    200
    120068
    PS
    
  2. or download this
    #!/usr/bin/perl -w
    use Image::Magick;
    ...
    
    ($width, $height, $size, $format) = $image->Ping($x); 
    print $width,"\n", $height,"\n" ,$size,"\n", $format,"\n";