Added fast demosaic to the collection of demosaic options. I was lazy and moved aside AHD in the demosaic preferences tab, since it is functionally little different than EAHD. In addition I backed out some of Hombre's changes which were breaking the windows resizing in a crazy way in the OSX build.
This commit is contained in:
@@ -266,7 +266,7 @@ Gtk::Widget* Preferences::getProcParamsPanel () {
|
||||
//dmethod->append_text ("PPG");
|
||||
dmethod->append_text ("AMaZE");//Emil's code for AMaZE
|
||||
dmethod->append_text ("DCB");
|
||||
dmethod->append_text ("AHD");
|
||||
dmethod->append_text ("Fast Demosaic");//("AHD");
|
||||
dmethod->append_text ("Bilinear");
|
||||
Gtk::Label* cclab = Gtk::manage (new Gtk::Label (M("PREFERENCES_FALSECOLOR")+":"));
|
||||
ccSteps = Gtk::manage (new Gtk::SpinButton ());
|
||||
|
Reference in New Issue
Block a user