JBIG Windows Configuration

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
grsychckn
Posts: 1
Joined: 2016-10-10T07:46:43-07:00
Authentication code: 1151

JBIG Windows Configuration

Post by grsychckn »

How do I configure ImageMagic for use with JBIG files? Only thing I can find is the format support list saying that JBIG-Kit is required which I have, but where do I extract the contents of the TAR.GZ and how do I configure the imagemagick.exe to enable read/write? Documentation for this is lacking. Thank you for your help.

BTW, I'm using Windows Server 2012R2 and have downloaded and installed the Windows x64 DLL package. The command "magick -list format" shows JBIG in the list, but no read/write/multiple support. I already downloaded the jbigkit-2.1.tar.gz.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: JBIG Windows Configuration

Post by dlemstra »

JBIG is licensed under the GPL license and that means you will need to build IM from source to have JBIG support.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply