[gnome-color-manager] have scanin compensate for perspective distortion
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] have scanin compensate for perspective distortion
- Date: Sat, 13 Feb 2010 09:19:43 +0000 (UTC)
commit 0864b990dbb2ebe48cd7cdfe47fe25dfba15983d
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Fri Feb 12 22:56:52 2010 +0100
have scanin compensate for perspective distortion
src/gcm-calibrate-argyll.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 2571c45..07e18c8 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -865,6 +865,8 @@ gcm_calibrate_argyll_device_measure (GcmCalibrateArgyll *calibrate_argyll, GErro
/* setup the command */
g_ptr_array_add (array, g_strdup ("-v9"));
+ g_ptr_array_add (array, g_strdup ("-p"));
+ g_ptr_array_add (array, g_strdup ("-a"));
g_ptr_array_add (array, g_strdup (filename));
g_ptr_array_add (array, g_strdup ("scanin.cht"));
g_ptr_array_add (array, g_strdup ("scanin-ref.txt"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]