I was hoping to read djvu files through imagemagick.. I installed imagemagick for windows and then checked the delegates using
convert -list configure
I cannot see the djvu delegate in the list. I uninstalled imagemagick and then installed djvulibre and then reinstalled imagemagick.
Still no luck, cannot see the djvu delegate.
Ideas?
Prasad
It looks like djvu is disabled by default. You can check by opening the magick-config.h file. Run
validatefrom the command line to test.In that case, you have to build from source.
References
ImageMagick: Advanced Windows Source Installation
magick-config.h File Reference
ImageMagick: Supported Image Formats
build multiple jars from a single project source