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:
@@ -1097,6 +1097,7 @@ void DCPProfile::Apply(Imagefloat *pImg, int preferredIlluminant, Glib::ustring
|
|||||||
|
|
||||||
if (deltaBase) {
|
if (deltaBase) {
|
||||||
HSDApply(DeltaInfo, deltaBase, hs, ss, vs, h, s, v);
|
HSDApply(DeltaInfo, deltaBase, hs, ss, vs, h, s, v);
|
||||||
|
hs=h; ss=s; vs=v;
|
||||||
}
|
}
|
||||||
if (aLookTable) {
|
if (aLookTable) {
|
||||||
HSDApply(LookInfo, aLookTable, hs, ss, vs, h, s, v);
|
HSDApply(LookInfo, aLookTable, hs, ss, vs, h, s, v);
|
||||||
|
Reference in New Issue
Block a user