Fix the missing output profile intent in ParamsEdited::set and make sure the default output intent is relative colorimetric everywhere instead of perceptual as to not change the previous behaviour.

This commit is contained in:
Adam Reichold
2016-01-02 12:22:32 +01:00
parent 61f639192f
commit 15813b9fb0
5 changed files with 18 additions and 10 deletions

View File

@@ -470,7 +470,7 @@ void Options::setDefaults ()
fastexport_icm_input = "(camera)";
fastexport_icm_working = "ProPhoto";
fastexport_icm_output = "RT_sRGB";
fastexport_icm_outputIntent = rtengine::RI_PERCEPTUAL;
fastexport_icm_outputIntent = rtengine::RI_RELATIVE;
fastexport_icm_gamma = "default";
fastexport_resize_enabled = true;
fastexport_resize_scale = 1;
@@ -637,7 +637,7 @@ void Options::setDefaults ()
rtSettings.leveldnautsimpl = 0;
rtSettings.monitorProfile = Glib::ustring();
rtSettings.monitorIntent = rtengine::RI_PERCEPTUAL;
rtSettings.monitorIntent = rtengine::RI_RELATIVE;
rtSettings.autoMonitorProfile = false;
rtSettings.adobe = "RT_Medium_gsRGB"; // put the name of yours profiles (here windows)
rtSettings.prophoto = "RT_Large_gBT709"; // these names appear in the menu "output profile"