[gnome-color-manager/gnome-3-10] Generate display profiles with a perceptual rendering intent
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager/gnome-3-10] Generate display profiles with a perceptual rendering intent
- Date: Tue, 10 Dec 2013 13:36:22 +0000 (UTC)
commit 7530bfe3090729c54f89bd2c90c3ad6a07be5d51
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Fri Nov 29 18:53:09 2013 +0100
Generate display profiles with a perceptual rendering intent
Signed-off-by: Richard Hughes <richard hughsie com>
src/gcm-calibrate-argyll.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 52b8eeb..f2c36b2 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -700,6 +700,7 @@ gcm_calibrate_argyll_display_generate_profile (GcmCalibrateArgyll *calibrate_arg
g_ptr_array_add (array, g_strdup_printf ("-C%s", copyright));
g_ptr_array_add (array, g_strdup (gcm_calibrate_argyll_get_quality_arg (calibrate_argyll)));
g_ptr_array_add (array, g_strdup ("-aG"));
+ g_ptr_array_add (array, g_strdup ("-Zp"));
g_ptr_array_add (array, g_strdup (basename));
argv = gcm_utils_ptr_array_to_strv (array);
gcm_calibrate_argyll_debug_argv (command, argv);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]