DJVU, in the variable $size zero is returned
Posted: 2011-12-27T23:41:24-07:00
Hi!
System: CentOC5, Magick 6.7.4
When converting from DJVU and using Ping:
in the variable $size zero is returned!
What's the problem? This is a bug?
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?