ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/imagew.1
Revision: 1.3
Committed: Tue Feb 1 22:42:37 2005 UTC (20 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
State: FILE REMOVED
Log Message:
Removed manual pages for retired programs

File Contents

# Content
1 .\" RCSid "$Id: imagew.1,v 1.2 2003/12/09 15:59:06 greg Exp $"
2 .TH IMAGEW 1 6/24/98 RADIANCE
3 .SH NAME
4 imagew - output metafile to Apple Imagewriter
5 .SH SYNOPSIS
6 .B imagew
7 [
8 .B \-c | \-r
9 ]
10 file ..
11 .SH DESCRIPTION
12 .I Imagew
13 reads each metafile
14 .I file
15 in sequence and converts it to output suitable for the Apple
16 Imagewriter dot-matrix printer.
17 If the option
18 .I c
19 is specified, the input files are only conditioned for output, ie.
20 expanded and sorted (see pexpand and psort). This is useful if many
21 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:
34 .IP "" .2i
35 bgraph example.plt | output imagew
36 .SH FILES
37 see pexpand(1) and psort(1)
38 .SH AUTHOR
39 Greg Ward
40 .SH "SEE ALSO"
41 bgraph(1), cv(1), igraph(1), impress(1), mx80(1), output(1),
42 pexpand(1), psort(1)