Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tiff
diff options
context:
space:
mode:
authorMatthew S. Wilson <msw@rpath.com>2005-07-04 17:09:22 (GMT)
committer Matt Wilson <msw@src.gnome.org>2005-07-04 17:09:22 (GMT)
commit59feb2841f879b765e9d13f0f2fc3b7bcd08ee6d (patch)
tree14cbf5cef1bfa801d4d3bac154b547ed3ebab7f5 /tiff
parent24a9e561b1e10a368e4fbee8a8a50024ced2647a (diff)
disable generating encapsulated postscript files
2005-07-04 Matthew S. Wilson <msw@rpath.com> * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated postscript files
Diffstat (limited to 'tiff')
-rw-r--r--tiff/tiff2ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiff/tiff2ps.c b/tiff/tiff2ps.c
index f6279f4..58f67da 100644
--- a/tiff/tiff2ps.c
+++ b/tiff/tiff2ps.c
@@ -114,7 +114,7 @@ static int interpolate = TRUE; /* interpolate level2 image */
static int level2 = FALSE; /* generate PostScript level 2 */
static int level3 = FALSE; /* generate PostScript level 3 */
static int printAll = FALSE; /* print all images in file */
-static int generateEPSF = TRUE; /* generate Encapsulated PostScript */
+static int generateEPSF = FALSE; /* generate Encapsulated PostScript */
static int PSduplex = FALSE; /* enable duplex printing */
static int PStumble = FALSE; /* enable top edge binding */
static int PSavoiddeadzone = TRUE; /* enable avoiding printer deadzone */