%general-entities; ]> $LastChangedBy$ $Date$ ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar ImageMagick ImageMagick-&imagemagick-version;-&imagemagick-patch-version; ImageMagick Introduction to ImageMagick 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; ImageMagick Dependencies Recommended X ( or ) Optional (Install Based on the Required Format Support and Tools) , or , , , , , , , , , , , , 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, Radiance, corefonts, GhostPCL, Electric Fence and Dmalloc Installation of ImageMagick Install Imagemagick by running the following commands: ./configure --prefix=/usr --with-modules && make To test the results, issue: make check. 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. See advanced-unix-installation.html in the www directory. Command Explanations --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.[so,a], libMagick++.[so,a], libWand.[so,a], the Magick.so Perl module, and numerous plugin modules /usr/include/Magick++, /usr/include/magick, /usr/include/wand, /usr/lib/ImageMagick-&imagemagick-version;, /usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/auto/Image/Magick, /usr/share/ImageMagick-&imagemagick-version; and /usr/share/doc/ImageMagick-&imagemagick-version; Short Descriptions animate animates a sequence of images. animate compare compares an image to a reconstructed image. compare composite composites various images into the given base image. composite conjure processes a MSL script to create an image. conjure convert converts image(s) from one format to another. convert display displays an image. display identify describes the format and characteristics of an image file. identify import captures an X window. import Magick-config and Magick++-config show information about the installed versions of ImageMagick and Magick++. Magick-config mogrify transforms an image. mogrify montage composites various images into a new image. montage Wand-config shows the options required to use the Wand library. Wand-config Image::Magick allows the reading, manipulation and writing of a large number of image file formats using the ImageMagick library. Run make in the PerlMagick/demo directory of the package source tree after the package is installed to see a nice demo of the module's capabilities. Image::Magick