Output of underexposed image with Denoising active are incorrect, Issue 2153

This commit is contained in:
Ingo
2013-12-23 20:35:29 +01:00
parent 53e1601385
commit 17cd09093f
2 changed files with 48 additions and 31 deletions

View File

@@ -92,7 +92,7 @@ ToneCurve::ToneCurve () : Gtk::VBox(), FoldableToolPanel(this) {
//----------- Exposure Compensation ---------------------
pack_start (*Gtk::manage (new Gtk::HSeparator()));
expcomp = Gtk::manage (new Adjuster (M("TP_EXPOSURE_EXPCOMP"), -5, 10, 0.05, 0));
expcomp = Gtk::manage (new Adjuster (M("TP_EXPOSURE_EXPCOMP"), -5, 12, 0.05, 0));
pack_start (*expcomp);
//----------- Highlight recovery & threshold -------------