Is there a list of IM operations that are implemented in OpenCL? I need to do some pretty GPU trivial stuff (normalize, rotate, and merge) on a small series of 4k-resolution images, but repeatedly
How do I enable OpenCL? I am on Mint 16, I have:
Version: ImageMagick 6.7.7-10 2013-09-10 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
My specific machine has an AMD GPU, but my other one has a NVIDIA
Many thanks
OpenCL operations
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: OpenCL operations
You will likely have to upgrade your IM, since your version 6.7.7-10 is prior to most of the OpenCL development. It should by default install when you upgrade, I believe.
search the changelog at http://www.imagemagick.org/script/changelog.php for OpenCL or for SiuChi Chan to find the changes made to OpenCl for difference releases and for the list of functions that have been added to OpenCL acceleration.
Some of them are: convolve, blur, radial blur, unsharp mask, resize, contrast, equalize, despeckle
I do not know of a concise list. See also http://www.imagemagick.org/script/archi ... istributed
search the changelog at http://www.imagemagick.org/script/changelog.php for OpenCL or for SiuChi Chan to find the changes made to OpenCl for difference releases and for the list of functions that have been added to OpenCL acceleration.
Some of them are: convolve, blur, radial blur, unsharp mask, resize, contrast, equalize, despeckle
I do not know of a concise list. See also http://www.imagemagick.org/script/archi ... istributed
Re: OpenCL operations
See http://www.imagemagick.org/script/opencl.php for a list of options that are accelerated.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: OpenCL operations
I will edit the site map page to add this link under the section for OpenCLmagick wrote:See http://www.imagemagick.org/script/opencl.php for a list of options that are accelerated.