%general-entities; ]> $LastChangedBy$ $Date$ 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 for Perl and C++ are also available. &lfs74_checked; 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; The ImageMagick source releases are updated frequently and the version shown above may no longer be available from the download locations. You can download a more recent version and use the existing BLFS instructions to install it. Chances are that it will work just fine, but this has not been tested by the BLFS team. If the package version shown above is not available from the locations shown above, or from the legacy/ directory at ftp.ImageMagick.org/pub/ImageMagick you can download it from the BLFS package server at . ImageMagick Dependencies Recommended The optional dependencies listed below should be installed if you need support for the specific format or the conversion tool the dependency provides. Many of the dependencies' capabilities and uses are described in the MAGICK DELEGATES section of the README.txt file located in the source tree. Additional information about the dependencies can be found in the Install-unix.txt file located in the source tree as well as issuing the ./configure --help command. A summary of this information, as well as some additional notes can be viewed on-line at . Optional System Utilities , , , Dmalloc, Electric Fence, , FFTW, PGP or or (you'll have to do some hacking to use GnuPG), , ufraw (for raw formats listed in www/formats.html), , and Optional Graphics Libraries corefonts, DjVuLibre, FlashPIX, , JBIG-KIT, or , , , , , , , Liquid Rescale, OpenEXR, , and RALCGM (or ralcgm) Optional Graphics Utilities Blender, DejaVu fonts, GhostPCL or GhostPDL, , , Gnuplot, , , POV-Ray, and Radiance Optional Conversion Tools AutoTrace, , GeoExpress Command Line Utilities, AKA MrSID Utilities (binary package), hp2xx, html2ps, libwmf, MPEG-2 Video Codec, Netpbm, , Transfig, UniConvertor, and Utah Raster Toolkit (or URT-3.1b) User Notes: Installation of ImageMagick Install Imagemagick by running the following commands: If Xorg is not installed in user, add the entry LDFLAGS=-L$XORG_PREFIX/lib to the configure line. ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-modules \ --with-perl \ --disable-static && make The validation suite is intended to be run after the package is installed. Now, as the root user: make install To test the installation, issue: make check. Note that the EPS, PS, and PDF tests require a working Ghostscript. Command Explanations --sysconfdir=/etc: Install the .xml configuration files into /etc/ImageMagick instead of the default /usr/etc/ImageMagick. --with-modules: Enables support for dynamically loadable modules. --with-perl: Enables building and installing PerlMagick. --disable-static: Prevents the static libraries being built and installed. : Enables support to use the Ghostscript shared library. : Enables support to use the librsvg library. : Enables support to use the Autotrace library. : Enables support to use the libwmf library. : Enables support to use GraphViz. : This option specifies the directory where the Windows CoreFonts are installed. : This option specifies the directory where the DejaVu fonts are installed. The options and parameters listed above are the only ones you should have to pass to the configure script to activate all the delegate dependencies. All other dependencies will be automatically detected and utilized in the build if they are installed. Contents Installed Programs Installed Libraries Installed Directories animate, compare, composite, conjure, convert, display, identify, import, Magick-config, Magic++-config, MagickCore-config, MagickWand-config, mogrify, montage, stream, and Wand-config libMagickCore-6.Q16.so, libMagickWand-6.Q16.so, libMagick++-6.Q16.so, and numerous plugin modules /etc/ImageMagick-6, /usr/include/ImageMagick-6, /usr/lib/ImageMagick-&imagemagick-version;, /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image, /usr/lib/perl5/site_perl/&lfs-perl-version;/Image/Magick, /usr/share/ImageMagick-6 and /usr/share/doc/ImageMagick-6 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{,++,Core,Wand}-config show information about the installed versions of the ImageMagick libraries. Magick-config mogrify transforms an image. mogrify montage composites various images into a new image. montage stream streams one or more pixel components of an image or portion of the image to your choice of storage formats. stream 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