Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl   
    use Image::Magick;   
    ...
    warn "$x" if "$x";    
    $x = $image->Write('C:/Graph.xls.01.08.2004.PNG');    
    warn "$x" if "$x";
    
  2. or download this
    $x = $image->Append('C:/Graph.xls.01.08.2004.PNG');
    
  3. or download this
    Image::Magick=ARRAY(0x1a453b0) at D:\image.pl line 8.