Quote:
Originally Posted by jOE :D
Yes, I have ImageMagick 6.3.6 installed
|
Then:
Download MagickWand from the following link
magickwand.org/download/php/
For installation follow the steps given below.
** REQUIRED ** ImageMagick version :: 6.3.5-9
Last-known-good ImageMagick version :: 6.3.5-9
1) Either install the required ImageMagick version or make sure that it
is installed (running "Wand-config --version" should give you the
required information).
2) Type
phpize
./configure
make
make install
3) Add
extension=magickwand.so
to your "php.ini" initialization file.