summaryrefslogtreecommitdiff
path: root/src/main/escp2-resolutions.c
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:15:53 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:15:53 +0000
commit97aedb05b271e9486f51eac1aee64fce92da64ca (patch)
tree9abd1bee206c4ea14bfebac318846e5fe32c6c67 /src/main/escp2-resolutions.c
parent162bb22c0a612c065ea77a88136fcf8ded9159a9 (diff)
Imported Upstream version 4.3.99+cvs20060121.dfsg.1
Diffstat (limited to 'src/main/escp2-resolutions.c')
-rw-r--r--src/main/escp2-resolutions.c33
1 files changed, 32 insertions, 1 deletions
diff --git a/src/main/escp2-resolutions.c b/src/main/escp2-resolutions.c
index 419cf48..a60dad1 100644
--- a/src/main/escp2-resolutions.c
+++ b/src/main/escp2-resolutions.c
@@ -1,5 +1,5 @@
/*
- * "$Id: escp2-resolutions.c,v 1.29 2005/10/23 19:43:14 rlk Exp $"
+ * "$Id: escp2-resolutions.c,v 1.31 2006/01/07 02:43:28 rlk Exp $"
*
* Print plug-in EPSON ESC/P2 driver for the GIMP.
*
@@ -96,6 +96,9 @@ static const res_t r_720hq =
static const res_t r_720hq2 =
{ "720hq2", N_("720 DPI Highest Quality"),
720, 720, 720, 720, 1, 0, 4 };
+static const res_t r_720x720oov =
+{ "720x720oov", N_("720 x 720 DPI"),
+ 2880, 720, 720, 720, 1, 0, 1 };
static const res_t r_1440x720mw =
{ "1440x720mw", N_("1440 x 720 DPI"),
@@ -109,6 +112,12 @@ static const res_t r_1440x720hq2 =
static const res_t r_720x1440sw =
{ "720x1440sw", N_("1440 x 720 DPI Transposed"),
720, 1440, 720, 1440, 1, 0, 1 };
+static const res_t r_720x1440ov =
+{ "720x1440ov", N_("1440 x 720 DPI Transposed"),
+ 1440, 1440, 720, 1440, 1, 0, 1};
+static const res_t r_1440x720ov =
+{ "1440x720ov", N_("1440 x 720 DPI"),
+ 2880, 720, 1440, 720, 1, 0, 1 };
static const res_t r_2880x720mw =
{ "2880x720mw", N_("2880 x 720 DPI"),
@@ -140,6 +149,10 @@ static const res_t r_1440x2880sw =
{ "1440x2880sw", N_("2880 x 1440 DPI Transposed"),
1440, 2880, 1440, 2880, 1, 0, 1};
+static const res_t r_5760x1440sw =
+{ "5760x1440sw", N_("5760 x 1440 DPI"),
+ 5760, 1440, 5760, 1440, 1, 0, 1};
+
static const res_t r_2880x2880mw =
{ "2880x2880mw", N_("2880 x 2880 DPI"),
2880, 2880, 2880, 2880, 0, 1, 1};
@@ -318,6 +331,24 @@ const res_t *const stpi_escp2_superfine_reslist[] =
NULL
};
+const res_t *const stpi_escp2_picturemate_reslist[] =
+{
+
+ &r_720x720oov,
+
+ &r_1440x720ov,
+
+ &r_720x1440ov,
+
+ &r_1440x1440sw,
+
+ &r_2880x1440sw,
+
+ &r_5760x1440sw,
+
+ NULL
+};
+
const res_t *const stpi_escp2_sc500_reslist[] =
{
&r_360x90dpi,