version 2, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
EPSFFIT |
|
|
2 |
!!!EPSFFIT |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
AUTHOR |
|
|
8 |
SEE ALSO |
|
|
9 |
TRADEMARKS |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
2 |
perry |
14 |
epsffit - fit encapsulated !PostScript file (EPSF) into constrained size |
1 |
perry |
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__epsffit__ [[ __-c__ ] [[ __-r__ ] [[ __-a__ ] [[ |
|
|
19 |
__-m__ ] [[ __-s__ ] ''llx lly urx ury'' [[ |
|
|
20 |
__infile__ [[ __outfile__ ] ] |
|
|
21 |
!!DESCRIPTION |
|
|
22 |
|
|
|
23 |
|
2 |
perry |
24 |
''Epsffit'' fits an EPSF file (encapsulated !PostScript) |
1 |
perry |
25 |
to a given bounding box. The coordinates of the box are |
|
|
26 |
given by __(llx,lly)__ for the lower left, and |
2 |
perry |
27 |
__(urx,ury)__ for the upper right, in !PostScript units |
1 |
perry |
28 |
(points). |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
If no input or output files are specified, ''epsffit'' |
|
|
32 |
read from the standard input and writes to the standard |
|
|
33 |
output. |
|
|
34 |
!!OPTIONS |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
__-c__ Center the image in the given bounding |
|
|
38 |
box. |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
__-r__ Rotate the image by 90 degrees |
|
|
42 |
counter-clockwise. |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
__-a__ Adjust the aspect ratio to fit the bounding box. |
|
|
46 |
The default is to preserve the aspect ratio. |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
__-m__ Rotates the image to maximise the size if it would |
|
|
50 |
fit the specified bounding box better. |
|
|
51 |
|
|
|
52 |
|
|
|
53 |
__-s__ Add a ''showpage'' at the end of the file to |
|
|
54 |
force the image to print. |
|
|
55 |
!!AUTHOR |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
Copyright (C) Angus J. C. Duggan 1991-1995 |
|
|
59 |
!!SEE ALSO |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), |
|
|
63 |
psresize(1), psmerge(1), fixscribeps(1), getafm(1), |
|
|
64 |
fixdlsrps(1), fixfmps(1), fixmacps(1), fixpsditps(1), |
|
|
65 |
fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), |
|
|
66 |
fixwwps(1), extractres(1), includeres(1) |
|
|
67 |
!!TRADEMARKS |
|
|
68 |
|
|
|
69 |
|
2 |
perry |
70 |
__!PostScript__ is a trademark of Adobe Systems |
1 |
perry |
71 |
Incorporated. |
|
|
72 |
---- |