Very slow process PDF -> JPEG:
Posted: 2011-10-31T23:32:36-07:00
Hi!
System: CentOC5, Win 2003, Magick 6.7.3-3
Very slow process PDF -> JPEG:
File size 3MB
The process $image->Ping() takes about 50 seconds. The larger the file size, the longer the process.
But if the process BMP or etc-> JPEG, the process is instant!But as if a large file!
What's the problem?
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?