ImageMagick and extra libraries for JPEG

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
sim123

ImageMagick and extra libraries for JPEG

Post by sim123 »

Why don't ImageMagick installable comes with all the delegates? I did a fresh install of 6.4.5 and my library configuration is

DELEGATES bzlib freetype png x11 xml zlib
LIB_VERSION_NUMBER 6,4,5,1
LIBS -lMagickCore -lfreetype -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lpthread

Now I have to download extra libraries for JPEG, tiff etc. Is there a reason behind this?

Thanks for the help.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: ImageMagick and extra libraries for JPEG

Post by fmw42 »

sim123 wrote:Why don't ImageMagick installable comes with all the delegates? I did a fresh install of 6.4.5 and my library configuration is

DELEGATES bzlib freetype png x11 xml zlib
LIB_VERSION_NUMBER 6,4,5,1
LIBS -lMagickCore -lfreetype -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lpthread

Now I have to download extra libraries for JPEG, tiff etc. Is there a reason behind this?

Thanks for the help.

If you install the binary rather than the source, you get most if not all the delegates.

See http://www.imagemagick.org/script/binary-releases.php
Post Reply