You needuse Image::Magick; my ($image, $x); $image = Image::Magick->new; $image->Read($ext); warn "$x" if "$x";
http://www.imagemagick.org/script/perl-magick.php#exampleuse Image::Magick; my ($image, $x); $image = Image::Magick->new; $x = $image->Read($ext); warn "$x" if "$x";
In reply to Re: Annotate with Image::Magick
by Anonymous Monk
in thread Annotate with Image::Magick
by JayBee
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |