Page 1 of 1

OpenCL

Posted: 2011-06-07T12:46:53-07:00
by 3DTOPO
Are there any plans to support OpenCL?

I might be able to help if I can...

Re: OpenCL

Posted: 2011-06-07T13:40:23-07:00
by magick
ImageMagick has an OpenCL algorithm embedded in it already. See http://www.imagemagick.org/script/archi ... istributed.

Re: OpenCL

Posted: 2011-06-07T17:20:03-07:00
by 3DTOPO
Thank you!

So what would be involved for making the general use functions (like the MagicWand API) take advantage of that?

Re: OpenCL

Posted: 2011-06-07T18:35:48-07:00
by magick
We only have one algorithm OpenCL-enabled-- FilterImage() in MagickCore and MagickFilterImage() in MagickWand.

Re: OpenCL

Posted: 2011-08-22T02:34:07-07:00
by zhong xiao bao
I want to realish some major funtions of imagemagick used opencl ,would you help me or give me some advices

Re: OpenCL

Posted: 2011-08-22T05:15:53-07:00
by magick
Our only advice is to take a look at the ImageMagick source, ImageMagick-6.7.1-9/magick/accelerate.c/AccelerateConvolveImage(). You can use it as a template for your own custom OpenCL methods.