summaryrefslogtreecommitdiffstats
path: root/giflib-4.1.6/doc/gif2ps.html
blob: 7530d85bb15a4e4e5ca1a0581138587a5010a67f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype HTML public "-//W3O//DTD W3 HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>gif2ps</TITLE>
<link rev=made href=mailto:esr@snark.thyrsus.com>
</HEAD>
<BODY>
Go to <a href="index.html">index page</a>.

<CENTER><H1>gif2ps</H1></CENTER>

GIF-to-PostScript conversion.<P>

<H1>Usage:</H1>

<pre>
gif2ps [-q] [-x] [-y] [-s sx sy] [-p px py] [-i] [-n copies] [-h] gif-file
</pre>

If no gif-file is given, Gif2PS will try to read a GIF file from stdin.<P>


<H1>Memory required:</H1>

Line.

<H1>Options:</H1>

<DL>
<DT> [-q]
<DD> quiet mode.  Defaults off on MSDOS, on under UNIX.  Controls printout
   of running scan lines.  Use -q- to invert.<P>

<DT> [-x]
<DD> Force image to be horizontal (`landscape mode').  By default image
   will be positioned so it will be the biggest.  If -x is given image will be
   scaled to be biggest possible horizontally.<P>

<DT> [-y]
<DD> Force vertical (`portrait mode'); analogous to -x.<P>

<DT> [-s sx sy]
<DD> Force image size to be sx by sy inches.
   If image will exit page dimensions, it will scream and die.
   Page dimensions are 8.5 by 11.0 inches but only 7.5 by 9.0 are assumed to
   be printable.<P>

<DT> [-p pc py]
<DD> Force image lower left corner to be as px py.
   If this would overrun the page's dimensions, it will scream and die.<P>

<DT> [-i]
<DD> Image will be inverted (Black -> White and vice versa).
   Mapping from colors is done by 0.3 * RED + 0.59 * GREEN + 0.11 * BLUE
   and sometimes inverting the image will look better.<P>

<DT> [-n copies]
<DD> Number of copies to print.  1 by default.<P>

<DT> [-h]
<DD> Print one line of command help, similar to Usage above.<P>
</DL>

<H1>Author:</H1>

Gershon Elber

<HR>
<ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
</BODY>
</HTML>