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
cropping/sharpening with GPU
Re: cropping/sharpening with GPU
Build ImageMagick from source and add --enable-opencl to your command-line to utilize a GPU on your workstation / laptop.