]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 16 Oct 2009 18:37:27 +0000 (18:37 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 16 Oct 2009 18:37:27 +0000 (18:37 +0000)
PerlMagick/README.txt

index 21e2018d15d73d022d0b41d4f05488faa43e1c53..acea60013217938ac23156d0e0ad51ba125916c5 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.5.3 or above installed on your system for this
+    must have ImageMagick 6.5.7 or above installed on your system for this
     module to work properly.
 
     See
@@ -21,8 +21,8 @@ Installation
 
     Get the PerlMagick distribution and type the following: 
 
-        gunzip ImageMagick-6.5.3-0.tar.gz
-        tar xvf ImageMagick-6.5.3
+        gunzip ImageMagick-6.5.7-0.tar.gz
+        tar xvf ImageMagick-6.5.7
 
     Follow the ImageMagick installation instructions in INSTALL-unix.txt
                then type