Page 1 of 1
Gpu RAW to Jpeg
Posted: 2015-12-20T13:48:40-07:00
by Amber
Hi, I am running a server currently using imagemagik, that is converting RAW images to jpeg to display on the website (image hosting site) , can anyone tell me if I can use a GPU to offload this work from the CPU .
Thank you
Re: Gpu RAW to Jpeg
Posted: 2015-12-20T14:02:07-07:00
by fmw42
see
http://www.imagemagick.org/script/archi ... istributed via OpenCL and
http://www.imagemagick.org/script/opencl.php
I do not know if it can be used to speed up a simple convert between formats.
Re: Gpu RAW to Jpeg
Posted: 2015-12-20T14:08:12-07:00
by Amber
Thanks Fred
Yes I saw that, but I cant see if it can do the RAW to JPG using the GPU.
Anyone know?