minor tweaking to the tonemapping procparams in fast export mode

This commit is contained in:
Alberto Griggio
2017-03-15 14:04:03 +01:00
parent 416fc6c92f
commit 83c6453b44

View File

@@ -1418,7 +1418,7 @@ private:
}
params.epd.scale *= scale_factor;
params.epd.edgeStopping *= scale_factor;
//params.epd.edgeStopping *= scale_factor;
const double dirpyreq_scale = min(scale_factor * 1.5, 1.0);
for (int i = 0; i < 6; ++i) {