Help: Using Magick++ with a djvu file

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
madsravn

Help: Using Magick++ with a djvu file

Post by madsravn »

Hi,

I have a djvu file which has 84 pages. When I use imagemagicks convert tool like : "convert test.djvu images.jpg" it spits out 84 jpg images, called images-0 to images-83. But when I load a djvu file with C++ / Magick++ and write it to a jpg file, it only gives me the first page of it. Can anyone give me some advice as what to do.

Thanks a lot for your time.
Post Reply