Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How i convert raw to jpg
-
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