For When You Can't Have The Real Thing
[ start | index | login ]
start > ImageMagick

ImageMagick

Created by dave. Last edited by dave, 21 years and 39 days ago. Viewed 3,222 times. #1
[edit] [rdf]
labels
attachments
ImageMagick, a image manipulation toolkit. >>http://www.imagemagick.org/

These comments are for v5.5.5, installed on RedHat 8.0

Requirements

You'll want to install all the image libraries you can ahead of time:

  • jpeg
  • tiff
  • png
...plus the development packages for each of these. It also wants to use a lot of the Gnome support libraries like Freetype, so having that installed helps as well. RH users can just install the RPMs that come with their distribution.

Building

Unless you have pre-built a threaded perl, you will have problems running the out-of-the-box configure/make/make install. You need to do it like this:

./configure --without-threads --without-perl
make
make install
cd PerlMagick
perl Makefile.PL
make
make install
Note that even if you do it this way, the perl Makefile.PL step is still likely to bitch you out about not having a multithreaded perl. It's cool, just ignore it.
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt