Fixed bad quality ICCv2 for RT output profile
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 = "RT_ClayRGB-V2-srgbtrc"; // put the name of yours profiles (here windows)
|
||||
rtSettings.prophoto = "RT_LargeRGB-V2-rgbtrc"; // these names appear in the menu "output profile"
|
||||
rtSettings.prophoto10 = "RT_Large-V4-g10"; // these names appear in the menu "output profile"
|
||||
rtSettings.srgb10 = "RT_sRGB_g10";
|
||||
rtSettings.widegamut = "WideGamutRGB";
|
||||
rtSettings.srgb = "RT_sRGB-V2-srgbtrc";
|
||||
rtSettings.bruce = "RT_bruce_V4";
|
||||
rtSettings.beta = "RT_beta_V4";
|
||||
rtSettings.best = "RT_best_V4";
|
||||
rtSettings.rec2020 = "RT_Rec2020-V2-srgbtrc";
|
||||
rtSettings.ACESp0 = "RT_ACEScg-V2-srgbtrc";
|
||||
rtSettings.ACESp1 = "RT_acesp1_V4";
|
||||
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.verbose = false;
|
||||
rtSettings.gamutICC = true;
|
||||
rtSettings.gamutLch = true;
|
||||
|
Reference in New Issue
Block a user