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.7 or above installed on your system for this
+ must have ImageMagick 7.0.0 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.7-0.tar.gz
- tar xvf ImageMagick-6.6.7
+ gunzip ImageMagick-7.0.0-0.tar.gz
+ tar xvf ImageMagick-7.0.0
Follow the ImageMagick installation instructions in INSTALL-unix.txt
then type