How to install IMagick : PHP 5.3.1

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
watchapol

How to install IMagick : PHP 5.3.1

Post by watchapol »

้้้How to install IMagick in PHP 5.3.1 ?

thank you
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

Re: How to install IMagick : PHP 5.3.1

Post by mkoppanen »

Hello,

as you don't specify an operating system I will assume you are on unix-like OS. You can install Imagick with the command:

Code: Select all

pecl install imagick
Mikko Koppanen
My blog: http://valokuva.org
Post Reply