initial commit

This commit is contained in:
2019-10-28 23:16:34 +01:00
parent 0caaf37ead
commit cf3639fbff
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -84,6 +84,9 @@ bool cImage::loadRAW(const QString &fileName)
if(rawProcessor.open_file(fileName.toUtf8()) != LIBRAW_SUCCESS)
return(false);
rawProcessor.imgdata.params.use_camera_wb = 0;
rawProcessor.imgdata.params.use_auto_wb = 0;
if(rawProcessor.unpack() != LIBRAW_SUCCESS)
return(false);