From 52aabfc93a4c472cc49b9ff5d366d466fb390877 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sat, 19 Jan 2019 13:14:29 +0100 Subject: [PATCH] don't force b&w when ciecam02 and b&w are enabled --- rtengine/simpleprocess.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/simpleprocess.cc b/rtengine/simpleprocess.cc index 87c33e8f8..dd844ad5c 100644 --- a/rtengine/simpleprocess.cc +++ b/rtengine/simpleprocess.cc @@ -1236,7 +1236,7 @@ private: cmsHPROFILE jprof = nullptr; constexpr bool customGamma = false; constexpr bool useLCMS = false; - bool bwonly = params.blackwhite.enabled && !params.colorToning.enabled && !autili && !butili ; + bool bwonly = params.blackwhite.enabled && !params.colorToning.enabled && !autili && !butili && !params.colorappearance.enabled; ///////////// Custom output gamma has been removed, the user now has to create ///////////// a new output profile with the ICCProfileCreator