Suppress TRC working profile

This commit is contained in:
Desmis
2020-10-05 13:03:07 +02:00
parent f168c9b48f
commit 21758da234
4 changed files with 13 additions and 12 deletions

View File

@@ -918,7 +918,7 @@ private:
ipf.lab2rgb(labcbdl, *baseImg, params.icm.workingProfile);
}
//gamma TRC working
/* //gamma TRC working
if (params.icm.workingTRC == "Custom") { //exec TRC IN free
const Glib::ustring profile = params.icm.workingProfile;
@@ -932,7 +932,7 @@ private:
ipf.workingtrc(baseImg, baseImg, cw, ch, 5, params.icm.workingProfile, params.icm.workingTRCGamma, params.icm.workingTRCSlope, dummyTransForm, false, true, false);
}
}
*/
// RGB processing
curve1(65536);