Search found 4 matches

by malch
2011-10-01T19:21:43-07:00
Forum: Bugs
Topic: Major performance problem...
Replies: 4
Views: 9821

Re: Major performance problem...

Thank you.

--disable-openmp has helped a lot.

Performance is now much more reasonable. Still looks a bit slow compared to my Windows box but this is something I can live with quite happily.
by malch
2011-10-01T13:31:10-07:00
Forum: Bugs
Topic: Major performance problem...
Replies: 4
Views: 9821

Major performance problem...

I have simple Perl/ImageMagick script that runs nicely on my Windows box. However, when run on my CentOS server the performance is horrible. Each execution requires around 120MB of memory and 2.5 seconds of CPU. It consumes about one tenth of those resources under Windows (much more reasonable). Any...
by malch
2011-05-12T11:46:24-07:00
Forum: PerlMagick
Topic: Help with major (installation) problem...
Replies: 2
Views: 12583

Re: Help with major (installation) problem...

Thank you kind sir!
by malch
2011-05-12T11:14:09-07:00
Forum: PerlMagick
Topic: Help with major (installation) problem...
Replies: 2
Views: 12583

Help with major (installation) problem...

The following program works fine on my Windows system. use Image::Magick; $image = Image::Magick->new; $image->Set(size=>'100x100'); $err = $image->ReadImage('canvas:white'); print "err=$err\n"; On my Linux/CentOS machine it produces: err=Exception 435: unable to open image `canvas:white':...