[gnome-color-manager] trivial: do not use double density mode with the ColorMunki, it's really hard to use



commit 3bdc9a2ffe94010f68f53adc5412335078895858
Author: Richard Hughes <richard hughsie com>
Date:   Wed Feb 24 18:16:42 2010 +0000

    trivial: do not use double density mode with the ColorMunki, it's really hard to use

 src/gcm-calibrate-argyll.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index c9d41ca..8893ba0 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -1425,10 +1425,10 @@ gcm_calibrate_argyll_display_generate_targets (GcmCalibrateArgyll *calibrate_arg
 	g_ptr_array_add (array, g_strdup_printf ("-i%s", gcm_calibrate_argyll_get_colorimeter_target (calibrate_argyll)));
 
 	/* use double density */
-	if (colorimeter_kind == GCM_COLORIMETER_KIND_COLOR_MUNKI ||
-	    colorimeter_kind == GCM_COLORIMETER_KIND_SPECTRO_SCAN) {
-		g_ptr_array_add (array, g_strdup ("-h"));
-	}
+//	if (colorimeter_kind == GCM_COLORIMETER_KIND_COLOR_MUNKI ||
+//	    colorimeter_kind == GCM_COLORIMETER_KIND_SPECTRO_SCAN) {
+//		g_ptr_array_add (array, g_strdup ("-h"));
+//	}
 
 	/* 8 bit TIFF 300 dpi */
 	g_ptr_array_add (array, g_strdup ("-t300"));



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