summaryrefslogtreecommitdiff
path: root/src/main/escp2-channels.c
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:11:56 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:11:56 +0000
commit7e12d32a372b5661f80b68009730cf47a6bfd062 (patch)
tree821ddd7a41794bb6fec964ce81ba89a13cebb20a /src/main/escp2-channels.c
parentdfae5860833782af557deb35e286d7e186fe3cf5 (diff)
Imported Upstream version 4.3.99+cvs20050715
Diffstat (limited to 'src/main/escp2-channels.c')
-rw-r--r--src/main/escp2-channels.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/escp2-channels.c b/src/main/escp2-channels.c
index 7d9a839..2946e06 100644
--- a/src/main/escp2-channels.c
+++ b/src/main/escp2-channels.c
@@ -1,5 +1,5 @@
/*
- * "$Id: escp2-channels.c,v 1.54 2005/06/26 22:07:46 rlk Exp $"
+ * "$Id: escp2-channels.c,v 1.56 2005/07/03 22:13:36 rlk Exp $"
*
* Print plug-in EPSON ESC/P2 driver for the GIMP.
*
@@ -165,7 +165,7 @@ static hue_curve_t r800_red_curve =
"<sequence count=\"48\" lower-bound=\"0\" upper-bound=\"4\">\n"
/* C */ "0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 " /* B */
/* B */ "0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 " /* M */
- /* M */ "0.000 0.350 0.550 0.700 0.850 1.000 1.000 1.000 " /* R */
+ /* M */ "0.025 0.400 0.600 0.750 0.890 1.000 1.000 1.000 " /* R */
/* R */ "1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 " /* Y */
/* Y */ "0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 " /* G */
/* G */ "0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 " /* C */
@@ -181,9 +181,9 @@ static hue_curve_t r800_blue_curve =
"<gutenprint>\n"
"<curve wrap=\"wrap\" type=\"linear\" gamma=\"0\">\n"
"<sequence count=\"48\" lower-bound=\"0\" upper-bound=\"4\">\n"
- /* C */ "0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 " /* B */
- /* B */ "1.000 1.000 1.000 1.000 0.900 0.800 0.500 0.200 " /* M */
- /* M */ "0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 " /* R */
+ /* C */ "0.000 0.250 0.475 0.700 0.810 0.875 0.940 1.000 " /* B */
+ /* B */ "1.000 0.975 0.930 0.875 0.810 0.740 0.650 0.400 " /* M */
+ /* M */ "0.040 0.002 0.000 0.000 0.000 0.000 0.000 0.000 " /* R */
/* R */ "0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 " /* Y */
/* Y */ "0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 " /* G */
/* G */ "0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 " /* C */
@@ -1725,8 +1725,8 @@ static const shade_set_t photo_gen2_shades = /* Stylus 870 and newer */
static const shade_set_t photo_gen3_shades = /* Stylus R300 and newer */
{
{ 1, { 1.0 }},
- { 2, { 1.0, 0.35 }},
- { 2, { 1.0, 0.35 }},
+ { 2, { 1.0, 0.3 }},
+ { 2, { 1.0, 0.3 }},
{ 1, { 1.0 }},
{ 1, { 1.0 }},
{ 1, { 1.0 }},