IM and opencl
-
- Posts: 6
- Joined: 2011-08-08T20:21:39-07:00
- Authentication code: 8675308
IM and opencl
I want to used opencl realish some functions about iamge proccesing such as transform (crop, flip, et.c), enhancement (tune hue channel, incease contrast, histogram equalization, despeckle, sharpen). has anyone do about this or give me some help .thank you very much !
Re: IM and opencl
Have you seen the ImageMagick source distribution? It includes support for image convolution written in OpenCL in the source module magick/accelerate.c.