Added support for autodetecting the system monitor color profile also on Linux
Code borrowed from Geeqie
This commit is contained in:
@@ -68,11 +68,6 @@ public:
|
||||
|
||||
void init(const Glib::ustring& usrICCDir, const Glib::ustring& stdICCDir, bool loadAll);
|
||||
|
||||
// Main monitors standard profile name, from OS
|
||||
void findDefaultMonitorProfile();
|
||||
cmsHPROFILE getDefaultMonitorProfile() const;
|
||||
Glib::ustring getDefaultMonitorProfileName() const;
|
||||
|
||||
cmsHPROFILE workingSpace(const Glib::ustring& name) const;
|
||||
cmsHPROFILE workingSpaceGamma(const Glib::ustring& name) const;
|
||||
TMatrix workingSpaceMatrix(const Glib::ustring& name) const;
|
||||
|
||||
Reference in New Issue
Block a user