merge with dev
This commit is contained in:
@@ -564,7 +564,6 @@ void Options::setDefaults ()
|
||||
|
||||
// end locallab
|
||||
|
||||
rtSettings.ciecamfloat = true;
|
||||
rtSettings.protectred = 60;
|
||||
rtSettings.protectredh = 0.3;
|
||||
rtSettings.CRI_color = 0;
|
||||
@@ -1478,11 +1477,6 @@ void Options::readFromFile (Glib::ustring fname)
|
||||
rtSettings.gamutICC = keyFile.get_boolean ("Color Management", "GamutICC");
|
||||
}
|
||||
|
||||
//if ( keyFile.has_key ("Color Management", "BWcomplement")) rtSettings.bw_complementary = keyFile.get_boolean("Color Management", "BWcomplement");
|
||||
if ( keyFile.has_key ("Color Management", "Ciecamfloat")) {
|
||||
rtSettings.ciecamfloat = keyFile.get_boolean ("Color Management", "Ciecamfloat");
|
||||
}
|
||||
|
||||
if ( keyFile.has_key ("Color Management", "AdobeRGB")) {
|
||||
rtSettings.adobe = keyFile.get_string ("Color Management", "AdobeRGB");
|
||||
}
|
||||
@@ -2055,8 +2049,6 @@ void Options::saveToFile (Glib::ustring fname)
|
||||
keyFile.set_string ("Color Management", "Bruce", rtSettings.bruce);
|
||||
keyFile.set_integer ("Color Management", "WhiteBalanceSpotSize", whiteBalanceSpotSize);
|
||||
keyFile.set_boolean ("Color Management", "GamutICC", rtSettings.gamutICC);
|
||||
//keyFile.set_boolean ("Color Management", "BWcomplement", rtSettings.bw_complementary);
|
||||
keyFile.set_boolean ("Color Management", "Ciecamfloat", rtSettings.ciecamfloat);
|
||||
keyFile.set_boolean ("Color Management", "GamutLch", rtSettings.gamutLch);
|
||||
keyFile.set_integer ("Color Management", "ProtectRed", rtSettings.protectred);
|
||||
keyFile.set_integer ("Color Management", "Amountchroma", rtSettings.amchroma);
|
||||
|
||||
Reference in New Issue
Block a user