Search found 1 match
- 2011-12-12T03:10:34-07:00
- Forum: MagickWand
- Topic: Convert and OpenCL
- Replies: 3
- Views: 27310
Convert and OpenCL
Hi! I have task. Need install imagemagick on server and resize images on GPU. First time = 12s rotate and resize image, before compile with opencl. I install cuda, cuda drivers from nvidia and compiled imagick: export LD_LIBRARY_PATH=/usr/local/cuda/lib64 export C_INCLUDE_PATH=/usr/local/cuda ...