System: CentOC5, Magick 6.7.4
When converting from DJVU and using Ping:
Code: Select all
use Image::Magick;
$image = Image::Magick->new;
($width, $height, $size, $format) = $image->Ping("name.djvu");
print "$width, $height, $size, $format \n";
...
...
...
What's the problem? This is a bug?