summaryrefslogtreecommitdiff
path: root/src/main/escp2-resolutions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/escp2-resolutions.c')
-rw-r--r--src/main/escp2-resolutions.c70
1 files changed, 69 insertions, 1 deletions
diff --git a/src/main/escp2-resolutions.c b/src/main/escp2-resolutions.c
index a60dad1..9dfe8e7 100644
--- a/src/main/escp2-resolutions.c
+++ b/src/main/escp2-resolutions.c
@@ -1,5 +1,5 @@
/*
- * "$Id: escp2-resolutions.c,v 1.31 2006/01/07 02:43:28 rlk Exp $"
+ * "$Id: escp2-resolutions.c,v 1.33 2006/05/06 21:30:59 rlk Exp $"
*
* Print plug-in EPSON ESC/P2 driver for the GIMP.
*
@@ -138,6 +138,15 @@ static const res_t r_1440x1440sw =
static const res_t r_1440x1440ov =
{ "1440x1440ov", N_("1440 x 1440 DPI"),
2880, 1440, 1440, 1440, 1, 0, 1};
+static const res_t r_1440x1440sw3650 =
+{ "1440x1440ov", N_("1440 x 1440"),
+ 1440, 1440, 1440, 1440, 1, 0, 1};
+static const res_t r_1440x1440sw3650hq =
+{ "2880x1440sw", N_("1440 x 1440 DPI High Quality"),
+ 1440, 1440, 1440, 1440, 1, 0, 2};
+static const res_t r_1440x1440sw3650hq2 =
+{ "5760x1440sw", N_("1440 x 1440 DPI Highest Quality"),
+ 1440, 1440, 1440, 1440, 1, 0, 4};
static const res_t r_2880x1440mw =
{ "2880x1440mw", N_("2880 x 1440 DPI"),
@@ -148,6 +157,15 @@ static const res_t r_2880x1440sw =
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_2880x1440sw2400 =
+{ "2880x1440sw", N_("2880 x 1440 DPI"),
+ 1440, 2880, 1440, 2880, 1, 0, 1};
+static const res_t r_2880x1440sw2400hq =
+{ "2880x2880sw", N_("2880 x 1440 DPI High Quality"),
+ 1440, 2880, 1440, 2880, 1, 0, 2};
+static const res_t r_2880x1440sw2400hq2 =
+{ "5760x2880sw", N_("2880 x 1440 DPI Highest Quality"),
+ 1440, 2880, 1440, 2880, 1, 0, 4};
static const res_t r_5760x1440sw =
{ "5760x1440sw", N_("5760 x 1440 DPI"),
@@ -331,6 +349,56 @@ const res_t *const stpi_escp2_superfine_reslist[] =
NULL
};
+const res_t *const stpi_escp2_r2400_reslist[] =
+{
+ &r_360x120sw,
+
+ &r_360x180sw,
+
+ &r_360x240sw,
+
+ &r_360sw,
+
+ &r_720x360sw,
+
+ &r_720sw,
+
+ &r_1440x720sw,
+ &r_720x1440sw,
+
+ &r_1440x1440sw,
+
+ &r_2880x1440sw2400,
+ &r_2880x1440sw2400hq,
+ &r_2880x1440sw2400hq2,
+
+ NULL
+};
+
+const res_t *const stpi_escp2_cx3650_reslist[] =
+{
+ &r_360x120sw,
+
+ &r_360x180sw,
+
+ &r_360x240sw,
+
+ &r_360sw,
+
+ &r_720x360sw,
+
+ &r_720sw,
+
+ &r_1440x720sw,
+ &r_720x1440sw,
+
+ &r_1440x1440sw3650,
+ &r_1440x1440sw3650hq,
+ &r_1440x1440sw3650hq2,
+
+ NULL
+};
+
const res_t *const stpi_escp2_picturemate_reslist[] =
{