djvu delegate

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: djvu delegate

Post by dlemstra »

The licenses are the same. If you use DjVu in a commercial product on linux you must publish the source code of your product under GPL. On a lot of linux systems DjVu is already installed and will be used by ImageMagick if it can be found. Under Windows we provide a binary that only links with Apache or LGPL code to avoid license issues.

I am working on adding support for various LGPL libraries. I recently added support for lqr and pangocairo.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: djvu delegate

Post by Bonzo »

"On a lot of linux systems DjVu is already installed and will be used by ImageMagick if it can be found. "
Thanks dlemstra; that makes sense.
Post Reply