Are there any plans to support OpenCL?
I might be able to help if I can...
OpenCL
Re: OpenCL
ImageMagick has an OpenCL algorithm embedded in it already. See http://www.imagemagick.org/script/archi ... istributed.
Re: OpenCL
Thank you!
So what would be involved for making the general use functions (like the MagicWand API) take advantage of that?
So what would be involved for making the general use functions (like the MagicWand API) take advantage of that?
Re: OpenCL
We only have one algorithm OpenCL-enabled-- FilterImage() in MagickCore and MagickFilterImage() in MagickWand.
-
- Posts: 6
- Joined: 2011-08-08T20:21:39-07:00
- Authentication code: 8675308
Re: OpenCL
I want to realish some major funtions of imagemagick used opencl ,would you help me or give me some advices
Re: OpenCL
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.