need help about Imagemagick

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
zhong xiao bao
Posts: 6
Joined: 2011-08-08T20:21:39-07:00
Authentication code: 8675308

need help about Imagemagick

Post 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 !
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: need help about Imagemagick

Post by fmw42 »

User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: need help about Imagemagick

Post by magick »

We did a OpenCL POC with image convolution. Take a look at the source, ImageMagick-6.7.1/magick/accelerate.c.
zhong xiao bao
Posts: 6
Joined: 2011-08-08T20:21:39-07:00
Authentication code: 8675308

Re: need help about Imagemagick

Post 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 !
Post Reply