Page 1 of 1

Help Me For ImageMagick

Posted: 2008-05-23T12:04:21-07:00
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...

Re: Help Me For ImageMagick

Posted: 2008-05-24T05:08:13-07:00
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(" ");

Re: Help Me For ImageMagick

Posted: 2008-05-24T06:00:01-07:00
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?

Re: Help Me For ImageMagick

Posted: 2008-05-24T06:02:19-07:00
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