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.
Download (HTTP): http://www.imagemagick.org/download/ImageMagick-6.2.3-5.tar.bz2
Download (FTP): ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-6.2.3-5.tar.bz2
Download MD5 sum: 599d9a01d825c138882374922c3cda96
Download size: 4.8 MB
Estimated disk space required: up to 150 MB (depends which dependencies are installed)
Estimated build time: up to 4 SBU (Additional 1.1 SBU for the test suite)
X (XFree86-4.5.0 or X.org-6.8.2)
lcms-1.14, ESP Ghostscript-7.07.1 or AFPL Ghostscript-8.51, libpng-1.2.8, libjpeg-6b, FreeType-2.1.10, libtiff-3.7.3, libxml2-2.6.20, Mozilla-1.7.8, TeX-3.0, GIMP-2.2.8, SANE-1.0.15, Wget-1.9.1, Enscript-1.6.4, libexif-0.6.12, 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, Electric Fence and Dmalloc
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
To test the results, as an unprivileged user, issue: make check.
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.
Last updated on 2005-08-01 13:29:19 -0600