Search found 11 matches

by jjbaranowski
2014-04-30T13:45:36-07:00
Forum: Developers
Topic: Problem with dependencies with version 6.8.9-0
Replies: 3
Views: 7435

Problem with dependencies with version 6.8.9-0

Hello guys, I've had great success installing ImageMagick from source in the past and lately I've been running into a dependency problem I can't seem to get around for the -devel only. System: Centos 6.5 I have installed all the libs and delegates that are required. I downloaded the src rpm ...
by jjbaranowski
2013-03-04T18:25:23-07:00
Forum: Bugs
Topic: installing imagick with the latest version of ImageMagick
Replies: 10
Views: 23816

Re: installing imagick with the latest version of ImageMagic

Hello,

Don't forget to add the line below to your /etc/php.ini file

extension=imagick.so

Then reload the httpd service
service httpd restart
by jjbaranowski
2013-03-04T16:28:20-07:00
Forum: Bugs
Topic: installing imagick with the latest version of ImageMagick
Replies: 10
Views: 23816

Re: installing imagick with the latest version of ImageMagic

Hello, I got the latest version of Imagick installed with the latest version of ImageMagick-6.8.3-7. Here is what I did: Downloaded the latest version of Imagick (http://pecl.php.net/package/imagick/3.1.0RC2). tar xvf imagick-3.1.0RC2.tgz cd imagick-3.1.0RC2 next edit the file config.m4. On line 55 ...
by jjbaranowski
2013-03-04T16:01:20-07:00
Forum: Bugs
Topic: Problem with performance using the shadow option
Replies: 0
Views: 4270

Problem with performance using the shadow option

Hello, I'm having a problem with performance using the "-shadow" option with the latest version of ImageMagick-6.8.3.7 (Beta). When I run this command on an older version of ImageMagick-6.7.X, it takes 2 seconds to run. When I run it on the latest version (ImageMagick-6.8.3.7) it takes 25 seconds. I ...
by jjbaranowski
2013-03-04T10:10:19-07:00
Forum: Bugs
Topic: installing imagick with the latest version of ImageMagick
Replies: 10
Views: 23816

Re: installing imagick with the latest version of ImageMagic

Hello, Thanks for the reply. I downloaded the latest version from your link up above and extracted it. I type phpize in the extracted folder. I checked the file "config.m4" which it created and found the hard coded folder as well. if test -r $WAND_DIR/include/ ImageMagick /wand/MagickWand.h; then AC ...
by jjbaranowski
2013-03-03T12:50:09-07:00
Forum: Bugs
Topic: installing imagick with the latest version of ImageMagick
Replies: 10
Views: 23816

Re: installing imagick with the latest version of ImageMagic

Thanks for your help. I guess I could choose to go backwards installing the old version but the point of this post was to help me and anyone else who wants to move forward and get the newest version of ImageMagick-6.8.3 installed on centos 6.3 with Imagick as well. Any help would be greatly ...
by jjbaranowski
2013-03-01T13:58:52-07:00
Forum: Bugs
Topic: installing imagick with the latest version of ImageMagick
Replies: 10
Views: 23816

Re: installing imagick with the latest version of ImageMagic

Hello, Ok, great post to let me know that you are aware of what I found but I still don't know what to do with it. That post doesn't guide me in anyway. Can you give me some more guidance to how to get the imagick to install? How do I use the *-config files to help me get this done? Thanks in ...
by jjbaranowski
2013-03-01T11:51:09-07:00
Forum: Bugs
Topic: installing imagick with the latest version of ImageMagick
Replies: 10
Views: 23816

installing imagick with the latest version of ImageMagick

Hello, I ran into something and I thought I might share it here. I installed the latest version of ImageMagick-6.8.3-6 on my Centos 6.3 server from an RPM I made from source. I also installed the ImageMagick-devel-6.8.3-6 as well because this is needed for imagick to install. Next, I run the command ...
by jjbaranowski
2013-03-01T11:17:26-07:00
Forum: Bugs
Topic: Problem with performance using the caption option
Replies: 3
Views: 5213

Re: Problem with performance using the caption option

Thanks for the quick response. Looking forward to trying the latest version again. Let me know when it's available to download.

-John
by jjbaranowski
2013-03-01T01:07:20-07:00
Forum: Bugs
Topic: Problem with performance using the caption option
Replies: 3
Views: 5213

Problem with performance using the caption option

Hello, I ran into a problem with performance using the caption option on the latest version of ImageMagick-6.8.3-6. I had an older server running ImageMagic-6.7.0-10 and the following command takes 2 seconds to complete. When I run it with the latest version, it take close to 50 seconds to complete ...
by jjbaranowski
2013-01-18T09:08:14-07:00
Forum: IMagick
Topic: Error at install IMagick for PHP
Replies: 8
Views: 22970

Re: Error at install IMagick for PHP

I believe that imagick requires that the imagemagick-devel version be installed before you install imagick. If you installed from source, Im not sure how you get the -devel version installed. I don't see the download for that. The only -devel version I found is the binary release and that would work ...