Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Airon65
Posts: 75 Joined: 2017-02-26T02:19:38-07:00
Authentication code: 1151
Post
by Airon65 » 2017-03-28T20:40:18-07:00
I need to process many big images using Magick++. It's very hard work for CPU.
Is it possible to use GPU while working with Magick++?
It would be nice for the speed of processing those images
Airon65
Posts: 75 Joined: 2017-02-26T02:19:38-07:00
Authentication code: 1151
Post
by Airon65 » 2017-03-28T21:12:00-07:00
I have installed ImageMagick with "--with-opencl" option enabled.
I've just found that I can use:
at the start of the app. Is that enough to run blur (and some other functions) using GPU? Seems that I doesn't see the difference of the performance
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-03-28T21:22:58-07:00
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2017-03-28T21:49:19-07:00
Airon65 wrote: I have installed ImageMagick with "--with-opencl" option enabled.
Did you get OpenCL? Your config.log will tell you. The ./configure option (at least for IM v6.9.3-7) is "--enable-opencl".