activation OpenCL?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
user210
Posts: 2
Joined: 2018-10-26T05:45:05-07:00
Authentication code: 1152

activation OpenCL?

Post 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
user210
Posts: 2
Joined: 2018-10-26T05:45:05-07:00
Authentication code: 1152

Re: activation OpenCL?

Post by user210 »

help me, please
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: activation OpenCL?

Post 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.
snibgo's IM pages: im.snibgo.com
Post Reply