Image::Magick
Image::Magick
Out of context: Reply #26
- Started
- Last post
- 54 Responses
- sparker0
just download the current source release from http://www.imagemagick.org and install it on the box.
this is all you have to do as root,
$ gunzip -c file.tar.gz
$ tar -xvf file.tar
$ cd newdir
$ ./configure
$ make