Changeset 396
- Timestamp:
- 10/16/09 11:37:27 (5 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/PerlMagick/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/PerlMagick/README.txt
r1 r396 4 4 Use the module to read, manipulate, or write an image or image sequence 5 5 from within a Perl script. This makes it suitable for Web CGI scripts. You 6 must have ImageMagick 6.5. 3or above installed on your system for this6 must have ImageMagick 6.5.7 or above installed on your system for this 7 7 module to work properly. 8 8 … … 22 22 Get the PerlMagick distribution and type the following: 23 23 24 gunzip ImageMagick-6.5. 3-0.tar.gz25 tar xvf ImageMagick-6.5. 324 gunzip ImageMagick-6.5.7-0.tar.gz 25 tar xvf ImageMagick-6.5.7 26 26 27 27 Follow the ImageMagick installation instructions in INSTALL-unix.txt
