DJVU, in the variable $size zero is returned

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
YouPict.Ru
Posts: 9
Joined: 2011-10-26T20:42:14-07:00
Authentication code: 8675308

DJVU, in the variable $size zero is returned

Post 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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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,
YouPict.Ru
Posts: 9
Joined: 2011-10-26T20:42:14-07:00
Authentication code: 8675308

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

Post 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?
Post Reply