Gpu RAW to Jpeg

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
Amber
Posts: 2
Joined: 2015-12-20T13:36:45-07:00
Authentication code: 1151

Gpu RAW to Jpeg

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Gpu RAW to Jpeg

Post 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.
Amber
Posts: 2
Joined: 2015-12-20T13:36:45-07:00
Authentication code: 1151

Re: Gpu RAW to Jpeg

Post 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?
Post Reply