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
DJVU is missing because it uses the GPLv2 license. We cannot link with this library because we release the binary version of ImageMagick under the Apache license.
You will have to download, build and link the sources from here: http://djvu.sourceforge.net/
Warning: If you use DJVU in your program it has to be released under GPL.