Solving issue 1894: "White balance adjustements" ; Warning: it is recommended to clear the "cache\data" folder
This commit is contained in:
@@ -3286,7 +3286,7 @@ fclose(f);*/
|
||||
if (thumb == NULL)
|
||||
return 0.0;
|
||||
|
||||
Thumbnail* raw = rtengine::Thumbnail::loadFromRaw (fname, ri, w_raw, h_raw, 1, FALSE);
|
||||
Thumbnail* raw = rtengine::Thumbnail::loadFromRaw (fname, ri, w_raw, h_raw, 1, 1.0, FALSE);
|
||||
if (raw == NULL) {
|
||||
delete thumb;
|
||||
return 0.0;
|
||||
|
Reference in New Issue
Block a user