Ehnance preview accuracy of Tone Mapping (EPD) tool (issue #2233)

This commit is contained in:
Hombre57
2017-07-19 02:14:40 +02:00
parent aab3a60356
commit 36fe0f800f
3 changed files with 5 additions and 5 deletions

View File

@@ -809,7 +809,7 @@ void Crop::update (int todo)
parent->ipf.vibrance (labnCrop);
if((params.colorappearance.enabled && !params.colorappearance.tonecie) || (!params.colorappearance.enabled)) {
parent->ipf.EPDToneMap(labnCrop, 5, 1);
parent->ipf.EPDToneMap(labnCrop, 5, skip);
}
//parent->ipf.EPDToneMap(labnCrop, 5, 1); //Go with much fewer than normal iterates for fast redisplay.