Page 1 of 1

DJVU, in the variable $size zero is returned

Posted: 2011-12-27T23:41:24-07:00
by YouPict.Ru
Hi!
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";
...
...
...
in the variable $size zero is returned!

What's the problem? This is a bug?

Re: DJVU, in the variable $size zero is returned

Posted: 2011-12-28T09:16:13-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.7.4-3 Beta available by sometime tomorrow. Thanks,

Re: DJVU, in the variable $size zero is returned

Posted: 2012-01-09T03:59:57-07:00
by YouPict.Ru
Always glad to help!
Thank you, waiting for a release. :D

P.S.
I really like your software product.
I want to make a mirror on my server to download your software product.
As you look at it?