Removed "post mosaic artifact/noise reduction" since it harmed image quality
see issue 848
This commit is contained in:
@@ -36,12 +36,12 @@ class RawProcess : public Gtk::VBox, public AdjusterListener, public FoldableToo
|
||||
Gtk::VBox *ccOptions;
|
||||
Adjuster* dcbIterations;
|
||||
Gtk::CheckButton* dcbEnhance;
|
||||
Gtk::VBox *allOptions;
|
||||
Gtk::CheckButton* allEnhance;
|
||||
//Gtk::VBox *allOptions;
|
||||
//Gtk::CheckButton* allEnhance;
|
||||
|
||||
bool lastDCBen;
|
||||
bool lastALLen;
|
||||
sigc::connection methodconn,dcbEnhconn,allEnhconn;
|
||||
//bool lastALLen;
|
||||
sigc::connection methodconn,dcbEnhconn; //,allEnhconn;
|
||||
public:
|
||||
|
||||
RawProcess ();
|
||||
@@ -54,7 +54,7 @@ class RawProcess : public Gtk::VBox, public AdjusterListener, public FoldableToo
|
||||
void methodChanged ();
|
||||
void adjusterChanged (Adjuster* a, double newval);
|
||||
void dcbEnhanceChanged();
|
||||
void allEnhanceChanged();
|
||||
//void allEnhanceChanged();
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user