Default ICC directory for Windows
This commit is contained in:
@@ -107,6 +107,6 @@ FixRatio=true
|
|||||||
DPI=600
|
DPI=600
|
||||||
|
|
||||||
[Color Management]
|
[Color Management]
|
||||||
ICCDirectory=
|
ICCDirectory=C:\\WINDOWS\\System32\\spool\\drivers\\color
|
||||||
MonitorProfile=
|
MonitorProfile=
|
||||||
Intent=1
|
Intent=1
|
||||||
|
@@ -131,8 +131,11 @@ void Options::setDefaults () {
|
|||||||
|
|
||||||
rtSettings.dualThreadEnabled = true;
|
rtSettings.dualThreadEnabled = true;
|
||||||
rtSettings.darkFramesPath = "";
|
rtSettings.darkFramesPath = "";
|
||||||
|
#ifdef WIN32
|
||||||
|
rtSettings.iccDirectory = "C:/WINDOWS/System32/spool/drivers/color";
|
||||||
|
#else
|
||||||
rtSettings.iccDirectory = "/usr/share/color/icc";
|
rtSettings.iccDirectory = "/usr/share/color/icc";
|
||||||
|
#endif
|
||||||
rtSettings.colorimetricIntent = 1;
|
rtSettings.colorimetricIntent = 1;
|
||||||
rtSettings.monitorProfile = "";
|
rtSettings.monitorProfile = "";
|
||||||
rtSettings.verbose = false;
|
rtSettings.verbose = false;
|
||||||
|
Reference in New Issue
Block a user