]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 27 Nov 2009 00:08:04 +0000 (00:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 27 Nov 2009 00:08:04 +0000 (00:08 +0000)
PerlMagick/Magick.pm
PerlMagick/Magick.pm.in
PerlMagick/README.txt

index 25e9195f77e998190285980f61e8a01db5329990..c965ba753d4bc4d85bc7b506108fc655c6f7b7b6 100644 (file)
@@ -112,6 +112,10 @@ A Web page has been set up for this extension. See:
         file:///usr/local/share/doc/ImageMagick-6.5.8/www/perl-magick.html
         http://www.imagemagick.org/script/perl-magick.php
 
+If you have problems, go to
+
+   http://www.imagemagick.org/discourse-server/viewforum.php?f=7
+
 =head1 AUTHOR
 
 Kyle Shorter   magick-users@imagemagick.org
index 5d7512bb16de66c7ef10c531abc1ebd7a209a45b..cff93d380c09676abc3a06e79c12e866282f7b8c 100644 (file)
@@ -107,11 +107,15 @@ This Perl extension allows the reading, manipulation and writing of
 a large number of image file formats using the ImageMagick library.
 It was originally developed to be used by CGI scripts for Web pages.
 
-A Web page has been set up for this extension. See:
+A web page has been set up for this extension. See:
 
         file://@DOCUMENTATION_PATH@/www/perl-magick.html
         http://www.imagemagick.org/script/perl-magick.php
 
+If you have problems, go to
+
+   http://www.imagemagick.org/discourse-server/viewforum.php?f=7
+
 =head1 AUTHOR
 
 Kyle Shorter   magick-users@imagemagick.org
index b58d9b664dd05ea1ed244cba300ee56fb72a8323..5703fa8401ddb5fdf28709a8fdda326f038e4b5c 100644 (file)
@@ -3,26 +3,28 @@ 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.7 or above installed on your system for this
+    must have ImageMagick 6.5.8 or above installed on your system for this
     module to work properly.
 
     See
 
         http://www.imagemagick.org/script/perl-magick.php
 
-    for additional information about PerlMagick.  See
+    for additional information about PerlMagick.  If you have problems, go to
 
-        http://www.imagemagick.org/
+        http://www.imagemagick.org/discourse-server/viewforum.php?f=7
+
+    for help.  For instructions about installing ImageMagick, see
 
-    for instructions about installing ImageMagick.
+        http://www.imagemagick.org/
 
 
 Installation 
 
     Get the PerlMagick distribution and type the following: 
 
-        gunzip ImageMagick-6.5.7-0.tar.gz
-        tar xvf ImageMagick-6.5.7
+        gunzip ImageMagick-6.5.8-0.tar.gz
+        tar xvf ImageMagick-6.5.8
 
     Follow the ImageMagick installation instructions in INSTALL-unix.txt
                then type