%general-entities; ]> $LastChangedBy$ $Date$ ImageMagick-&imagemagick6-version;-&imagemagick6-patch-version; ImageMagick-6 libraries Introduction to ImageMagick-6 libraries ImageMagick underwent many changes in its libraries between versions 6 and 7. Most packages in BLFS which use ImageMagick can use version 7, but for the others this page will install only the libraries, headers and general documentation (not programs, manpages, perl modules), and it will rename the unversioned pkgconfig files so that they do not overwrite the same-named files from version 7. &lfs81_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &imagemagick6-md5sum; Download size: &imagemagick6-size; Estimated disk space required: &imagemagick6-buildsize; Estimated build time: &imagemagick6-time; Additional Downloads Required patch: 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 Oregon State University: . ImageMagick-6 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 , , , , (LZMA), , , , , Dmalloc, Electric Fence, PGP or (you'll have to do some hacking to use GnuPG), Profiles, and ufraw (for raw formats listed in http://www.imagemagick.org/www/formats.html) Optional Graphics Libraries , or , , , , (RAW_R), , , , , , DjVuLibre, FlashPIX (libfpx), FLIF, JBIG-KIT, libgxps, libraqm, Liquid Rescale, OpenEXR, and RALCGM (or ralcgm) Optional Graphics Utilities , , , , , Blender, corefonts, GhostPCL, Gnuplot, POV-Ray, and Radiance Optional Conversion Tools , (or ) AutoTrace, GeoExpress Command Line Utilities, AKA MrSID Utilities (binary package), hp2xx, html2ps, libwmf, UniConvertor, and Utah Raster Toolkit (or URT-3.1b) User Notes: Installation of ImageMagick-6 libraries Install ImageMagick by running the following commands: patch -Np1 -i ../ImageMagick-&imagemagick6-version;-&imagemagick6-patch-version;-libs_only-1.patch && ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-hdri \ --with-modules \ --disable-static && make Now, as the root user: make DOCUMENTATION_PATH=/usr/share/doc/imagemagick-&imagemagick6-version; install-libs-only To test the installation, issue: make check. Note that the EPS, PS, and PDF tests require a working Ghostscript. One test in 'make check' needs Helvetica from Ghostscript Standard Fonts, which are optionally installed in - that test, and one other, might fail, but all the validation can still pass. Command Explanations patch -Np1 -i ../ImageMagick-&imagemagick6-version;-imagemagick6_libs_only-1.patch: Move unversioned pkgconfig files to versioned names and provide an option to only install libraries and associated files. --enable-hdri: Enables building of a high dynamic range version of ImageMagick. --with-modules: Enables support for dynamically loadable modules. : 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 None libMagickCore-6.Q16HDRI.so, libMagickWand-6.Q16HDRI.so and libMagick++-6.Q16HDRI.so /etc/ImageMagick-6, /usr/include/ImageMagick-6, /usr/lib/ImageMagick-&imagemagick6-version;, /usr/share/doc/ImageMagick-&imagemagick6-version;, and /usr/share/ImageMagick-6 Short Descriptions libMagickCore-6.Q16HDRI.so provides the C API for ImageMagick. libMagickCore-6.Q16HDRI.so libMagickWand-6.Q16HDRI.so is the recommended C API for ImageMagick. Unlike the MagickCore API it uses only a few opaque types. libMagickWand-6.Q16HDRI.so libMagick++-6.Q16HDRI.so provides the C++ API for ImageMagick. libMagick++-6.Q16HDRI.so