Help: Using Magick++ with a djvu file
Posted: 2009-08-11T06:22:51-07:00
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.
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.