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?
activation OpenCL?
Re: activation OpenCL?
help me, please
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: activation OpenCL?
I know almost nothing about OpenCL, but the first step is to find whether the IM version you use is built with OpenCL:
"OpenCL" is not listed under features, so this version doesn't have it.
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
snibgo's IM pages: im.snibgo.com