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:
Adam Reichold
2016-01-02 12:22:32 +01:00
parent 61f639192f
commit 15813b9fb0
5 changed files with 18 additions and 10 deletions

View File

@@ -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;