Search found 2 matches

by nhcoding
2011-03-30T11:00:38-07:00
Forum: Developers
Topic: ImageMagick 6.4.8 running too slower
Replies: 9
Views: 23011

Re: ImageMagick 6.4.8 running too slower

I'm using v6.6.5-10 on CentOS5.5. I too experienced very slow PerlMagick runtimes. I rebuilt with --disable-openmp and reran my tests. The speed up was orders of magnitude faster. A section of code that did a series of Annotate and Draw commands that was taking 27s is now taking 20ms. I thought the ...
by nhcoding
2011-03-09T14:38:14-07:00
Forum: Users
Topic: PerlMagick + Apache 2.2.4
Replies: 5
Views: 10896

Re: PerlMagick + Apache 2.2.4

I also ran into this same problem on CentOS v5.5. The problem in a nutshell: + run script from command line as apache and it works without error + run same script via apache server using mod_perl and it errors I tracked the problem down to the following line of my code: $img->ReadImage('xc:rgb(0,0,0 ...