[gnome-settings-daemon] color: Use a perceptual intent when creating the auto-EDID profile



commit a60208c07cec4d5f879c8b15db5d9dd7a86be5b6
Author: Richard Hughes <richard hughsie com>
Date:   Tue Nov 27 08:37:28 2012 +0000

    color: Use a perceptual intent when creating the auto-EDID profile

 plugins/color/gsd-color-manager.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/color/gsd-color-manager.c b/plugins/color/gsd-color-manager.c
index 920603c..d7933d1 100644
--- a/plugins/color/gsd-color-manager.c
+++ b/plugins/color/gsd-color-manager.c
@@ -599,8 +599,7 @@ gcm_apply_create_icc_profile_for_edid (GsdColorManager *manager,
 
         cmsSetColorSpace (lcms_profile, cmsSigRgbData);
         cmsSetPCS (lcms_profile, cmsSigXYZData);
-        cmsSetHeaderRenderingIntent (lcms_profile,
-                                     INTENT_RELATIVE_COLORIMETRIC);
+        cmsSetHeaderRenderingIntent (lcms_profile, INTENT_PERCEPTUAL);
         cmsSetDeviceClass (lcms_profile, cmsSigDisplayClass);
 
         /* copyright */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]