Page 1 of 1

Problem converting multi-page djvu to multi png/jpg

Posted: 2008-07-25T08:09:29-07:00
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.

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

Posted: 2008-07-25T08:16:41-07:00
by magick
Post a URL to your image so we can reproduce the problem and respond with a solution.

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

Posted: 2008-07-25T08:34:27-07:00
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.

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

Posted: 2008-07-25T08:39:28-07:00
by magick
Press the PM button at the bottom of this page and you can privately send us the URL.

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

Posted: 2008-07-25T13:59:21-07:00
by magick
The problem you reported is fixed in ImageMagick 6.4.2-5 Beta available sometime tomorrow.

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

Posted: 2008-07-26T09:14:27-07:00
by taigaIV
Thank you very much, going to change version asap.