[gnome-color-manager/gnome-3-8] Generate display profiles with a perceptual rendering intent



commit 34ac5e3173cefcb48fa5f0df59de17e786d20ffb
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 fd52586..996d2a2 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -694,6 +694,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]