Problem converting multi-page djvu to multi png/jpg

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
taigaIV

Problem converting multi-page djvu to multi png/jpg

Post by taigaIV »

Hi,

I try to use convert to convert djvu file to png. This djvu file contain multiple page. When converting i always get the first page and nothing more.
I used :
convert myfile.djvu myfile.png
and
convert myfile.djvu myfile.%d.png
and always obtained a single png file. I also tried converting to jpg, same result.

I use imagmagick from gentoo portage (version 6.4.0.6) and djvu 3.5.20-r1.
When i open this document with djvu viewer it show me all pages.

Regards


edit : i first looked for this on forum and haven't found anythings.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem converting multi-page djvu to multi png/jpg

Post by magick »

Post a URL to your image so we can reproduce the problem and respond with a solution.
taigaIV

Re: Problem converting multi-page djvu to multi png/jpg

Post by taigaIV »

Thanks for your answer.

Is there another way to give you this file (or a way to restrict access to this url) otherwise i must ask permission to make this public.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem converting multi-page djvu to multi png/jpg

Post by magick »

Press the PM button at the bottom of this page and you can privately send us the URL.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem converting multi-page djvu to multi png/jpg

Post by magick »

The problem you reported is fixed in ImageMagick 6.4.2-5 Beta available sometime tomorrow.
taigaIV

Re: Problem converting multi-page djvu to multi png/jpg

Post by taigaIV »

Thank you very much, going to change version asap.
Post Reply