Page 1 of 1

need help about Imagemagick

Posted: 2011-08-08T20:30:16-07:00
by zhong xiao bao
I am a new developper of iamgemagicks .Now ,I want to find the major of functions of Imagemagick and find the programming where is used Opencl .
Thanks a lot !

Re: need help about Imagemagick

Posted: 2011-08-08T21:22:46-07:00
by fmw42

Re: need help about Imagemagick

Posted: 2011-08-09T06:02:26-07:00
by magick
We did a OpenCL POC with image convolution. Take a look at the source, ImageMagick-6.7.1/magick/accelerate.c.

Re: need help about Imagemagick

Posted: 2011-08-10T02:25:08-07:00
by zhong xiao bao
magick wrote:We did a OpenCL POC with image convolution. Take a look at the source, ImageMagick-6.7.1/magick/accelerate.c.
Yes ,I have found it -ImageMagick-6.7.1/magick/accelerate.c, I need to know which parts of imagemagicks are used most and realize with opencl.
which API is called most and is the major of imagemaciks. such as in effect.c , FilterImageChannel().
all in all ,I want to optimize the API in imagemagicks,but I don't know which API is used most !
thank you very much about yout reply !