Page 1 of 1

ReduceNoiseImage parallel patch

Posted: 2008-05-10T18:55:16-07:00
by zehruela
Hi, I made some changes in effect.c:ReduceNoiseImage function to support multi threading execution (using OpenMP). For large files the new code achieves improvements in performance around 30%.

Link to the patch:

http://rapidshare.com/files/114037640/effect.patch.html

Re: ReduceNoiseImage parallel patch

Posted: 2008-05-10T19:53:50-07:00
by magick
We can't use the patch as is. OpenMP must be enabled with pragma's so ImageMagick can compile if OpenMP is not enabled or available. Refactor your patch and repost and we will get it into the ImageMagick distribution.

Re: ReduceNoiseImage parallel patch

Posted: 2008-05-10T20:19:45-07:00
by zehruela
I'll post the refactored version ASAP.