%general-entities; ]> $LastChangedBy$ $Date$ <application>ImageMagick</application>-&imagemagick-version;-&imagemagick-patch-version; ImageMagick Introduction to <application>ImageMagick</application> ImageMagick is a collection of tools and libraries to read, write, and manipulate an image in various image formats. Image processing operations are available from the command line. Bindings to various programming languages are also available. Package information Download (HTTP): Download (FTP): Download MD5 sum: &imagemagick-md5sum; Download size: &imagemagick-size; Estimated disk space required: &imagemagick-buildsize; Estimated build time: &imagemagick-time; <application>ImageMagick</application> dependencies Recommended X ( or ), and or Optional (install based on the required format support and tools) , , , , , , , , , , , , GraphViz, FlashPIX (or FlashPIX library), Jasper, JBIG-KIT, libwmf, AutoTrace, RALCGM, DCRaw, Transfig, Gnuplot, hp2xx, html2ps, Netpbm, MPEG-2 Video Codec, POV-Ray, Utah Raster Toolkit (or source), txt2html, libexif, Radiance, corefonts, Electric Fence and Dmalloc Installation of <application>ImageMagick</application> Install Imagemagick by running the following commands: sed -i -e 's/\$(LIBLTDL) \$/\$/' Makefile.in && ./configure --prefix=/usr --with-modules && make Now, as the root user: make install Additional Configure Options There are additional switches that can be passed to ImageMagick to customize the installation to your needs. Check out the ImageMagick installation instructions at . Command Explanations sed -i -e 's/\$(LIBLTDL) \$/\$/' Makefile.in: The package will build and install a different version of the Libtool library in /usr/lib. This command forces the package to link to the installed version of libltdl, and not replace it. --with-modules: Enables support for dynamically loadable modules. Contents Installed Programs Installed Libraries Installed Directories animate, compare, composite, conjure, convert, display, identify, import, Magick-config, Magick++-config, mogrify, montage and Wand-config libMagick, libMagick++ and libWand None Short Descriptions animate animates a sequence of images. compare compares an image to a reconstructed image. composite composites various images into the given base image. conjure processes a MSL script to create an image. convert converts image(s) from one format to another. display displays an image. identify describes the format and characteristics of an image file. import captures an X window. Magick-config and Magick++-config show information about the installed versions of ImageMagick and Magick++. mogrify transforms an image. montage composites various images into a new image. Wand-config shows the options required to use the Wand library.