From 7c0a0a42b977c83a217bd3e4e3438ab54137c2a9 Mon Sep 17 00:00:00 2001 From: Desmis Date: Mon, 16 Apr 2018 08:55:36 +0200 Subject: [PATCH] Small changes to Tag 'desc' --- rtengine/iccstore.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rtengine/iccstore.cc b/rtengine/iccstore.cc index 9883ad1bb..ee6bc4814 100644 --- a/rtengine/iccstore.cc +++ b/rtengine/iccstore.cc @@ -1553,10 +1553,10 @@ cmsHPROFILE rtengine::ICCStore::createCustomGammaOutputProfile(const procparams: } gammaWs.precision(2); - gammaWs << outPr << (float)icm.gampos << " s=" << (float)icm.slpos; + gammaWs << outPr << " g=" << (float)icm.gampos << " s=" << (float)icm.slpos; - cmsMLUsetWide(mlu, "en", "US", gammaWs.str().c_str()); + // cmsMLUsetWide(mlu, "en", "US", gammaWs.str().c_str()); } else { @@ -1567,7 +1567,8 @@ cmsHPROFILE rtengine::ICCStore::createCustomGammaOutputProfile(const procparams: outPro = outPr + "_V2_" + gammaStr + ".icc"; } - gammaWs << outPro.c_str() << " s="; + gammaWs << outPro.c_str() ; + // cmsMLUsetWide(mlu, "en", "US", gammaWs.str().c_str()); }