use Image::Magick; my $image = Image::Magick->new(); my $x = $image->ReadImage($filename); if ($x) { die "Problem reading image file: $x\n"; } my ($height, $width) = $image->Get('height','width');
In reply to Re: Checking Image Size
by joealba
in thread Checking Image Size
by r3b3lxd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |