make sure that dehaze doesn't trigger Fattal tone mapping
(bad interaction due to sloppy rebasing)
This commit is contained in:
@@ -1201,9 +1201,7 @@ IImage8* Thumbnail::processImage (const procparams::ProcParams& params, eSensorT
|
||||
ipf.firstAnalysis (baseImg, params, hist16);
|
||||
|
||||
ipf.dehaze(baseImg);
|
||||
if (params.fattal.enabled) {
|
||||
ipf.ToneMapFattal02(baseImg);
|
||||
}
|
||||
ipf.ToneMapFattal02(baseImg);
|
||||
|
||||
// perform transform
|
||||
if (ipf.needsTransform()) {
|
||||
|
Reference in New Issue
Block a user