Help Me For ImageMagick

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
serginho

Help Me For ImageMagick

Post by serginho »

Hello,

I have setup ImageMagick to my root with ssh:

wget ftp://ftp.imagemagick.org/pub/ImageMagi ... 1-3.tar.gz
gunzip ImageMagick-6.4.1-3.tar.gz
tar -xf ImageMagick-6.4.1-3.tar
cd ImageMagick-6.4.1
./configure
make
make install

So, what will i do now?

They say firstly install imagemagick, and then install imagick.

But how? How will i install imagick now?

I'm using dedicated server which is CENTOS Enterprise 4.6 i686 on standard.

Please help me... Thanks...
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Help Me For ImageMagick

Post by Bonzo »

Imagick is a php API for Imagemagick - you need Imagemagick for Imagick to run but you can run Imagemagick on its own.

How were you going to run your code ? If you check out my site you can see some examples using php but they can be run from command line by removing the exec(" ");
serginho

Re: Help Me For ImageMagick

Post by serginho »

Bonzo wrote:Imagick is a php API for Imagemagick - you need Imagemagick for Imagick to run but you can run Imagemagick on its own.

How were you going to run your code ? If you check out my site you can see some examples using php but they can be run from command line by removing the exec(" ");
Imagemagick have installed where path is /usr/bin/

I want to install "imagick pecl module". But how? I don't have any idea. But i need this module.

Can you explain it step by step for centos server?
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Help Me For ImageMagick

Post by Bonzo »

I do not use Imagick but there is a seperate section of the forum for posts about it:
http://redux.imagemagick.org/discourse- ... m.php?f=18
Post Reply