Help for this page

Select Code to Download


  1. or download this
    convert mylogo.bmp mylogo.jpg
    
  2. or download this
     #!/usr/local/bin/perl
      use Image::Magick;
    ...
    
      $x = $image->Write('x.png');
      warn "$x" if "$x";