]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 26 Feb 2011 19:51:09 +0000 (19:51 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 26 Feb 2011 19:51:09 +0000 (19:51 +0000)
PerlMagick/README.txt

index e0f283e78b6419927905f53f4b519c12f335354f..2f8a92371f66606a5993a4943368b82c62ea5091 100644 (file)
@@ -3,7 +3,7 @@ Introduction
     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
@@ -23,8 +23,8 @@ Installation
 
     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