I'm trying to experiment with GPU-accelerated resize operations using ImageMagick.
On my Windows machine, using convert -list configure lists only FEATURES OpenMP and not the OpenCL I expected since I have an NVidia CUDA GPU installed.
Is there something else I must do?
In production, we'll be on Linux. Will I also have to do something extra to get hardware acceleration enabled?