Improve Exposure PDE

This commit is contained in:
Desmis
2019-09-10 11:14:40 +02:00
parent 48ba1e0e0b
commit a307b5a739
16 changed files with 67 additions and 12 deletions

View File

@@ -576,7 +576,7 @@ void ImProcCoordinator::updatePreviewImage(int todo, bool panningRelatedChange)
}
ipf.dehaze(orig_prev, params->dehaze);
ipf.ToneMapFattal02(orig_prev, params->fattal);
ipf.ToneMapFattal02(orig_prev, params->fattal, 3);
if (oprevi != orig_prev) {
delete oprevi;