PerlMagick, is an objected-oriented Perl interface to ImageMagick.
Use the module to read, manipulate, or write an image or image sequence
from within a Perl script. This makes it suitable for Web CGI scripts. You
- must have ImageMagick 6.6.5 or above installed on your system for this
+ must have ImageMagick 6.6.7 or above installed on your system for this
module to work properly.
See
Get the PerlMagick distribution and type the following:
- gunzip ImageMagick-6.6.5-0.tar.gz
- tar xvf ImageMagick-6.6.5
+ gunzip ImageMagick-6.6.7-0.tar.gz
+ tar xvf ImageMagick-6.6.7
Follow the ImageMagick installation instructions in INSTALL-unix.txt
then type