ImageMagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
maszd
Posts: 2
Joined: 2014-11-23T20:22:43-07:00
Authentication code: 6789

ImageMagick

Post by maszd »

Hello all,
iam use vestacp and i see imagemagick was installed with vestacp by default and not yet running,
Image
when iam use command php --ri imagick
that say not present.

my question is how to Installing Imagick extension for PHP? i am using Centos 6 x86 minimal.
Any help would be appreciated
regards,
maszd
maszd
Posts: 2
Joined: 2014-11-23T20:22:43-07:00
Authentication code: 6789

Re: ImageMagick

Post by maszd »

Aaah solved now, just run this command :

Code: Select all

# yum search imagick --enablerepo=remi

Code: Select all

yum install php-pecl-imagick --enablerepo=remi
service httpd restart
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: ImageMagick

Post by Bonzo »

Thanks for coming back and posting your solution maszd
Post Reply