JaPerk14
JaPerk14

Reputation: 1664

Configuring Imagick for PHP

I want to configure Imagick for PHP, but don't know how. I have all these great tutorial sites for learning how to configure the two, but I get confused when I read the directions. I'm not very good with using Command Prompt, so it adds to my confusion when a direction says something like:

Go to imagick folder and type "phpize && ./configure && make && make install"

or

In the root PHP source directory run ./buildconf –force to rebuild the configuration script

I'd like to know if someone could explain to me how to configure PHP with Imagick, but explain it with clear directions that a non-technical user can follow.

Below are the tutorial websites, which I'm currently using:

http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/ http://forum.directadmin.com/showthread.php?t=26443

So far, I've installed a binary release of ImageMagick & I've download + unzipped MagickWandForPHP-1.0.9-2

Any help would be appreciated.

Upvotes: 0

Views: 2687

Answers (1)

Grmn
Grmn

Reputation: 544

Not using windows since...., but if I remember correctly look in c:/php/ LOOK FOR php.ini and add this extension=php_imagick.dll

edit:

found this.. http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/

and this for windows7 How to install Imagick/imagemagick on windows 7

Upvotes: 1

Related Questions