ImageMagick DLLs
Posted: 2007-09-14T06:17:25-07:00
I am building ImageMagick from source for my particular programming environment. I noticed a number of supporting DLLs mentioned in the configure program for my environment, but I have little idea what is necessary for my use. I would like to keep the number of DLLs for my use at a minimum, so I do not want to build and use any DLLs I do not need.
Is there any documentation anywhere on what these supporting DLLs are and whether the core ImageMagick DLL needs any of them ? These DLLs are described as:
bzlib - bzip2 compression library
fpx - FlashPIX library
freetype - TrueType & Postscript font support library
jbig - JBIG library
jasper - JPEG v2 library
jpeg - JPEG v1 library
lcms - the "little" Color Management System (LCMS) library
png - PNG library
tiff - TIFF library
WMFlite - the libwmf WMF parsing library
XML - the GNOME XML library
zlib - the zlib ZIP compression library
My programming system will be manipulating only jpeg images. No printing of images will be done programatically, nor will I be using compression for anything programatically.
I am also interested in what iM_MODs I need. I am guessing I need the jp2 and jpef IM_MODs and nothing else.
Any help in finding documentation about these DLLs would be much appreciated.
Is there any documentation anywhere on what these supporting DLLs are and whether the core ImageMagick DLL needs any of them ? These DLLs are described as:
bzlib - bzip2 compression library
fpx - FlashPIX library
freetype - TrueType & Postscript font support library
jbig - JBIG library
jasper - JPEG v2 library
jpeg - JPEG v1 library
lcms - the "little" Color Management System (LCMS) library
png - PNG library
tiff - TIFF library
WMFlite - the libwmf WMF parsing library
XML - the GNOME XML library
zlib - the zlib ZIP compression library
My programming system will be manipulating only jpeg images. No printing of images will be done programatically, nor will I be using compression for anything programatically.
I am also interested in what iM_MODs I need. I am guessing I need the jp2 and jpef IM_MODs and nothing else.
Any help in finding documentation about these DLLs would be much appreciated.