Help for this page

Select Code to Download


  1. or download this
    convert balloon.gif  -fill white -opaque blue   balloon_white.gif
    
  2. or download this
    my $image = new Image::Magick;
    $image->Read($filename);
    etc..