System: CentOC5, Win 2003, Magick 6.7.3-3
Very slow process PDF -> JPEG:
File size 3MB
Code: Select all
use Image::Magick;
$image = Image::Magick->new;
($width, $height, $size, $format) = $image->Ping("name.pdf");
print "$width, $height, $size, $format \n";
...
...
...
But if the process BMP or etc-> JPEG, the process is instant!But as if a large file!
What's the problem?