From 44f26d43a27635f4f16b11b8064872b8eb00f25a Mon Sep 17 00:00:00 2001 From: torger Date: Wed, 24 Jun 2015 19:43:22 +0200 Subject: [PATCH] Make sure output from HueSatMap is used as input for LookTable (if both exist). No visible difference in most cases, but now it's made in the right order anyway. --- rtengine/dcp.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtengine/dcp.cc b/rtengine/dcp.cc index 3e566781a..20d0a389c 100644 --- a/rtengine/dcp.cc +++ b/rtengine/dcp.cc @@ -1097,6 +1097,7 @@ void DCPProfile::Apply(Imagefloat *pImg, int preferredIlluminant, Glib::ustring if (deltaBase) { HSDApply(DeltaInfo, deltaBase, hs, ss, vs, h, s, v); + hs=h; ss=s; vs=v; } if (aLookTable) { HSDApply(LookInfo, aLookTable, hs, ss, vs, h, s, v);