Fix the missing output profile intent in ParamsEdited::set and make sure the default output intent is relative colorimetric everywhere instead of perceptual as to not change the previous behaviour.
This commit is contained in:
@@ -339,6 +339,7 @@ void ParamsEdited::set (bool v)
|
||||
icm.dcpIlluminant = v;
|
||||
icm.working = v;
|
||||
icm.output = v;
|
||||
icm.outputIntent = v;
|
||||
icm.gamma = v;
|
||||
icm.freegamma = v;
|
||||
icm.gampos = v;
|
||||
|
Reference in New Issue
Block a user