Introducting soft-proofing and Black Point Compensation, simplify the
CMM at the end of the pipeline + sparse code refactoring A new BPC checkbutton has been created in 'Preferences/Color Management' and in the ICM tool. Better hanbling of widget sensitivity of the output profile / gamma part of the ICM tool.
This commit is contained in:
@@ -53,6 +53,8 @@ protected:
|
||||
sigc::connection beoconn;
|
||||
bool lastApplyHueSatMap;
|
||||
sigc::connection hsmconn;
|
||||
bool lastobpc;
|
||||
sigc::connection obpcconn;
|
||||
bool lastBlendCMSMatrix;
|
||||
bool isBatchMode;
|
||||
sigc::connection blendcmsconn;
|
||||
@@ -60,6 +62,7 @@ protected:
|
||||
private:
|
||||
Gtk::VBox * iVBox;
|
||||
|
||||
Gtk::CheckButton* obpc;
|
||||
Gtk::CheckButton* freegamma;
|
||||
Gtk::RadioButton* inone;
|
||||
|
||||
@@ -108,6 +111,7 @@ public:
|
||||
void wpChanged ();
|
||||
void opChanged ();
|
||||
void oiChanged ();
|
||||
void oBPCChanged ();
|
||||
void ipChanged ();
|
||||
void gpChanged ();
|
||||
void GamChanged ();
|
||||
|
Reference in New Issue
Block a user