ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/getinfo.1
(Generate patch)

Comparing ray/doc/man/man1/getinfo.1 (file contents):
Revision 1.7 by greg, Tue Aug 30 06:10:12 2016 UTC vs.
Revision 1.8 by greg, Sat Jul 6 14:08:07 2019 UTC

# Line 11 | Line 11 | getinfo - get header information from a RADIANCE file
11   ]
12   .br
13   .B getinfo
14 + [
15 + .B -d
16 + ]
17   -
18   .br
19   .B getinfo
# Line 18 | Line 21 | getinfo - get header information from a RADIANCE file
21   .B "info_line1 .."
22   .br
23   .B getinfo
24 + [
25 + .B -d
26 + ]
27   .B -c
28   .B "command .."
29   .SH DESCRIPTION
# Line 50 | Line 56 | The second form of
56   with a hyphen simply removes the header
57   and copies the body of the file from the standard
58   input to the standard output.
59 + If the
60 + .I \-d
61 + option is included, then the resolution string will be elided as well.
62   .PP
63   The third form of
64   .I "getinfo \-a"
# Line 68 | Line 77 | This is roughly equivalent to the following sequence,
77   require the input to be in a file:
78   .IP "" .2i
79   ( getinfo < input ; getinfo - < input | command .. )
80 + .PP
81 + If the
82 + .I \-d
83 + option is included, then the resolution string will be copied
84 + before the command is called.
85   .SH EXAMPLE
86   To print the header information from scene1.oct and scene2.hdr:
87   .IP "" .2i
# Line 75 | Line 89 | getinfo scene1.oct scene2.hdr
89   .SH AUTHOR
90   Greg Ward
91   .SH "SEE ALSO"
92 < oconv(1), pfilt(1), rcalc(1), rhinfo(1), rpict(1), rvu(1)
92 > oconv(1), pfilt(1), rcalc(1), rhinfo(1), rpict(1), rsplit(1), rtrace(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines