Change tweakParams spot.cc - hand-open-hicontrast toolbar.cc (#7029)

This commit is contained in:
Desmis
2024-04-12 07:52:20 +02:00
committed by GitHub
parent 11240bc97d
commit 84134e9aa2
2 changed files with 5 additions and 2 deletions

View File

@@ -893,4 +893,7 @@ void Spot::tweakParams(procparams::ProcParams& pparams)
pparams.gradient.enabled = false;
pparams.pcvignette.enabled = false;
pparams.colorappearance.enabled = false;
pparams.locallab.enabled = false;
// pparams.toneCurve.hrenabled = false; // not sure for this one, it could be useful for ExpComp w/o performance penalty
pparams.toneCurve.histmatching = false;
}