Add flat field correction for monochrome raw files

This commit is contained in:
heckflosse
2018-03-09 14:51:28 +01:00
parent 9e05e18c8f
commit 84f46eaab6
9 changed files with 61 additions and 25 deletions

View File

@@ -218,7 +218,7 @@ public:
// toolpanellistener interface
void panelChanged (rtengine::ProcEvent event, const Glib::ustring& descr);
void imageTypeChanged (bool isRaw, bool isBayer, bool isXtrans);
void imageTypeChanged (bool isRaw, bool isBayer, bool isXtrans, bool isMono = false);
// profilechangelistener interface
void profileChange (const rtengine::procparams::PartialProfile* nparams, rtengine::ProcEvent event, const Glib::ustring& descr, const ParamsEdited* paramsEdited = nullptr);
void setDefaults (rtengine::procparams::ProcParams* defparams);