How i convert raw to jpg
-
wrote on 1 Oct 2020, 11:33 last edited by
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). -
wrote on 1 Oct 2020, 11:48 last edited by
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
-
wrote on 25 Jun 2022, 11:24 last edited by
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. -
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.
-
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
wrote on 6 Sept 2023, 02:11 last edited byThis post is deleted! -