Set EPD tone mapping Edge Stopping and Scale to better match preview to output. Third time lucky.

This commit is contained in:
Morgan Hardwood
2017-03-27 21:37:07 +02:00
parent 68b1986836
commit 76f16eb3a7

View File

@@ -1168,8 +1168,8 @@ void ProcParams::setDefaults ()
epd.enabled = false;
epd.strength = 0.5;
epd.gamma = 1.0;
epd.edgeStopping = 1.4;
epd.scale = 0.3;
epd.edgeStopping = 0.5;
epd.scale = 0.1;
epd.reweightingIterates = 0;
sh.enabled = false;