Change manufacturer and copyright tags in Rtv2*.icc and Rtv4*.icc
This commit is contained in:
@@ -530,18 +530,18 @@ void Options::setDefaults()
|
||||
rtSettings.monitorIntent = rtengine::RI_RELATIVE;
|
||||
rtSettings.monitorBPC = true;
|
||||
rtSettings.autoMonitorProfile = false;
|
||||
rtSettings.adobe = "RTv2_Medium"; // put the name of yours profiles (here windows)
|
||||
rtSettings.prophoto = "RTv2_Large"; // these names appear in the menu "output profile"
|
||||
rtSettings.prophoto10 = "RTv2_Large"; // these names appear in the menu "output profile"
|
||||
rtSettings.srgb10 = "RTv2_sRGB";
|
||||
rtSettings.widegamut = "RTv2_Wide";
|
||||
rtSettings.srgb = "RTv2_sRGB";
|
||||
rtSettings.bruce = "RTv2_Bruce";
|
||||
rtSettings.beta = "RTv2_Beta";
|
||||
rtSettings.best = "RTv2_Best";
|
||||
rtSettings.rec2020 = "RTv2_Rec2020";
|
||||
rtSettings.ACESp0 = "RTv2_Acesp0";
|
||||
rtSettings.ACESp1 = "RTv2_Acesp1";
|
||||
rtSettings.adobe = "RTv4_Medium"; // put the name of yours profiles (here windows)
|
||||
rtSettings.prophoto = "RTv4_Large"; // these names appear in the menu "output profile"
|
||||
rtSettings.prophoto10 = "RTv4_Large"; // these names appear in the menu "output profile"
|
||||
rtSettings.srgb10 = "RTv4_sRGB";
|
||||
rtSettings.widegamut = "RTv4_Wide";
|
||||
rtSettings.srgb = "RTv4_sRGB";
|
||||
rtSettings.bruce = "RTv4_Bruce";
|
||||
rtSettings.beta = "RTv4_Beta";
|
||||
rtSettings.best = "RTv4_Best";
|
||||
rtSettings.rec2020 = "RTv4_Rec2020";
|
||||
rtSettings.ACESp0 = "RTv4_Acesp0";
|
||||
rtSettings.ACESp1 = "RTv4_Acesp1";
|
||||
rtSettings.verbose = false;
|
||||
rtSettings.gamutICC = true;
|
||||
rtSettings.gamutLch = true;
|
||||
|
Reference in New Issue
Block a user