Enable DCP options regardless of DCP source. Neutral profile disables DCP curve and look table. Fixes #2922
This commit is contained in:
@@ -831,8 +831,8 @@ void ColorManagementParams::setDefaults()
|
||||
{
|
||||
input = "(cameraICC)";
|
||||
blendCMSMatrix = false;
|
||||
toneCurve = true;
|
||||
applyLookTable = true;
|
||||
toneCurve = false;
|
||||
applyLookTable = false;
|
||||
applyBaselineExposureOffset = true;
|
||||
applyHueSatMap = true;
|
||||
dcpIlluminant = 0;
|
||||
|
||||
Reference in New Issue
Block a user