Removed obsolete raw parameters from convertcolorspace; cleaned up dcp; support Adobe DNG profiles which expect ACR standard curve
This commit is contained in:
@@ -297,7 +297,7 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall) {
|
||||
calclum->b(ii>>1,jj>>1) = orig_prev->b(ii,jj);
|
||||
}
|
||||
}
|
||||
imgsrc->convertColorSpace(calclum, params.icm, currWB, params.raw);//claculate values after colorspace conversion
|
||||
imgsrc->convertColorSpace(calclum, params.icm, currWB);//claculate values after colorspace conversion
|
||||
}
|
||||
|
||||
int kall=1;
|
||||
@@ -305,7 +305,7 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall) {
|
||||
}
|
||||
}
|
||||
*/
|
||||
imgsrc->convertColorSpace(orig_prev, params.icm, currWB, params.raw);
|
||||
imgsrc->convertColorSpace(orig_prev, params.icm, currWB);
|
||||
|
||||
ipf.firstAnalysis (orig_prev, ¶ms, vhist16);
|
||||
}
|
||||
|
Reference in New Issue
Block a user