Support for Fuji X-Trans-Sensor, Issue 2415 (thanks to Hombre for the changes to gui); Clip Control for Flat Field correction, Issue 2441; Update to dcraw 9.22 1.467

This commit is contained in:
Ingo
2014-07-10 00:33:33 +02:00
parent 3cf0da217a
commit 617b888fa0
65 changed files with 3832 additions and 1330 deletions

View File

@@ -231,17 +231,18 @@ class Options {
bool fastexport_bypass_dirpyrDenoise;
bool fastexport_bypass_sh_hq;
bool fastexport_bypass_dirpyrequalizer;
//bool fastexport_bypass_raw_all_enhance;
Glib::ustring fastexport_raw_bayer_method;
//bool fastexport_bypass_raw_bayer_all_enhance;
bool fastexport_bypass_raw_bayer_dcb_iterations;
bool fastexport_bypass_raw_bayer_dcb_enhance;
bool fastexport_bypass_raw_bayer_lmmse_iterations;
bool fastexport_bypass_raw_bayer_linenoise;
bool fastexport_bypass_raw_bayer_greenthresh;
Glib::ustring fastexport_raw_xtrans_method;
bool fastexport_bypass_raw_ccSteps;
bool fastexport_bypass_raw_dcb_iterations;
bool fastexport_bypass_raw_dcb_enhance;
bool fastexport_bypass_raw_lmmse_iterations;
bool fastexport_bypass_raw_ca;
bool fastexport_bypass_raw_linenoise;
bool fastexport_bypass_raw_greenthresh;
bool fastexport_bypass_raw_df;
bool fastexport_bypass_raw_ff;
Glib::ustring fastexport_raw_dmethod;
Glib::ustring fastexport_icm_input;
Glib::ustring fastexport_icm_working;
Glib::ustring fastexport_icm_output;