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.

This commit is contained in:
torger 2015-06-24 19:43:22 +02:00
parent 36e8335658
commit 44f26d43a2

View File

@ -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);