Help for this page

Select Code to Download


  1. or download this
    $file="c:/web/bcimages/$ID.png";
    $file1="c:/web/bcimages/$ID.bmp";
    ...
    $image->Set(depth=>8);   
    $x = $image->Write($file1);    
    warn "$x" if "$x";
    
  2. or download this
    $file="c:/web/bcimages/$ID.png";
    $file1="c:/web/bcimages/$ID.bmp";
    ...
    
    $x = $image->Write($file1);    
    warn "$x" if "$x";