How i convert raw to jpg
Locked
Unsolved
General and Desktop
-
I didn't understand how to i convert raw to jpg or png. Can i do that with QImage ?
-
By raw you mean raw camera output, like Canon's CR2, NIkon's NEF etc.? If so, then QImage does not have such functionality. You will need to use another software or library (possibly
imagemagick
can do it). -
is that too helper for converting
-
Yes, and it also has some C++ API if I remember correctly, so it can be used programmatically.
And raw formats are supported: https://imagemagick.org/script/formats.php
-
Hi!
I have used https://www.rawtherapee.com/
for Canon * .cr3 photos.
Maybe you can look there for a library that can be used with C ++? Just a thought. -
@posktomten thanks for the tip however it was a spam account.
-