[gnome-settings-daemon/gnome-3-6] color: Use a perceptual intent when creating the auto-EDID profile
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/gnome-3-6] color: Use a perceptual intent when creating the auto-EDID profile
- Date: Tue, 27 Nov 2012 08:40:37 +0000 (UTC)
commit 0fedf79e81dfe88d5f8bb873f2b0633943d7e89f
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 2a31a3f..698ddb3 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]