From: cristy Date: Fri, 27 Nov 2009 00:08:04 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3ea2add817a3aedd8ec43313fd2c08be4bded3e;p=imagemagick --- diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm index 25e9195f7..c965ba753 100644 --- a/PerlMagick/Magick.pm +++ b/PerlMagick/Magick.pm @@ -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 diff --git a/PerlMagick/Magick.pm.in b/PerlMagick/Magick.pm.in index 5d7512bb1..cff93d380 100644 --- a/PerlMagick/Magick.pm.in +++ b/PerlMagick/Magick.pm.in @@ -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 diff --git a/PerlMagick/README.txt b/PerlMagick/README.txt index b58d9b664..5703fa840 100644 --- a/PerlMagick/README.txt +++ b/PerlMagick/README.txt @@ -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