1 |
.\" RCSid "$Id: impress.1,v 1.2 2003/12/09 15:59:06 greg Exp $" |
2 |
.TH IMPRESS 1 6/24/98 RADIANCE |
3 |
.SH NAME |
4 |
impress - convert metafile to imPress language for imagen |
5 |
.SH SYNOPSIS |
6 |
.B impress |
7 |
[ |
8 |
.B \-c | \-r |
9 |
] |
10 |
file .. |
11 |
.SH DESCRIPTION |
12 |
.I Impress |
13 |
reads each metafile |
14 |
.I file |
15 |
in sequence and converts it to output suitable for the imagen |
16 |
line of printers. |
17 |
If the option |
18 |
.I c |
19 |
is specified, the input files are only conditioned for output, ie. |
20 |
expanded (see pexpand). |
21 |
This is useful if many copies of the same output is desired. |
22 |
If the option |
23 |
.I r |
24 |
is instead specified, the input is assumed already to be conditioned. |
25 |
If no input files are specified, the standard input is read. |
26 |
.TP 10n |
27 |
.BR \-c |
28 |
Condition the input only. |
29 |
.TP |
30 |
.BR \-r |
31 |
Input is already conditioned, output only. |
32 |
.SH EXAMPLE |
33 |
To print the plot file example.plt to the Impress printer ip4: |
34 |
.IP "" .2i |
35 |
bgraph example.plt | impress | lpr -P ip4 |
36 |
.SH FILES |
37 |
see pexpand(1) |
38 |
.SH AUTHORS |
39 |
William LeFebvre and Greg Ward |
40 |
.SH "SEE ALSO" |
41 |
bgraph(1), igraph(1), imagew(1), mx80(1), t4014(1) |