Help for this page

Select Code to Download


  1. or download this
    use Image::Magick;
    my ($image, $x);
    $image = Image::Magick->new;
    $image->Read($ext); warn "$x" if "$x";
    
  2. or download this
    use Image::Magick;
    my ($image, $x);
    $image = Image::Magick->new;
    $x = $image->Read($ext);
    warn "$x" if "$x";