Page 1 of 1

activation OpenCL?

Posted: 2018-10-26T07:13:17-07:00
by user210
how to make OpenCL work?
I am using the ImageMagick-7.0.8-14-Q16-x64-dll.exe version (OS Windows 10 x64)
and as written in the instruction, when using it from the https://imagemagick.org/script/opencl.php method, a test should occur in the %LOCALAPPDATA%\ImageMagick folder the ImagemagickOpenCLDeviceProfile.xml file should appear, but this does not happen and the image size changes via CPU, how to activate OpenCL?

I have a video card with OpenCL and OpenStand driver installed?
Image

Re: activation OpenCL?

Posted: 2018-11-01T05:43:20-07:00
by user210
help me, please

Re: activation OpenCL?

Posted: 2018-11-01T06:24:54-07:00
by snibgo
I know almost nothing about OpenCL, but the first step is to find whether the IM version you use is built with OpenCL:

Code: Select all

f:\web\im>%IM7DEV%magick -version

Version: ImageMagick 7.0.7-28 Q32 x86_64 2018-04-29 http://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP
Delegates (built-in): bzlib cairo fftw fontconfig fpx freetype jbig jng jpeg lcms ltdl lzma pangocairo png rsvg tiff webp wmf x xml zlib
"OpenCL" is not listed under features, so this version doesn't have it.