cropping/sharpening with GPU

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
archier
Posts: 1
Joined: 2013-11-24T23:20:29-07:00
Authentication code: 6789

cropping/sharpening with GPU

Post by archier »

I'd like to use a GPU to crop&sharpen images, if it works out to be any faster than the same operations on a CPU

Does ImageMagick do this? If so, what are the flags to provide?

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

Re: cropping/sharpening with GPU

Post by magick »

Build ImageMagick from source and add --enable-opencl to your command-line to utilize a GPU on your workstation / laptop.
Post Reply