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

Comparing ray/doc/man/man1/rcode_ident.1 (file contents):
Revision 1.1 by greg, Sat Jul 20 02:07:23 2019 UTC vs.
Revision 1.3 by greg, Fri Jul 26 01:32:32 2019 UTC

# Line 28 | Line 28 | input.txt
28   ][
29   .B \-H
30   ][
31 + .B \-l
32 + ][
33 + .B \-n
34 + ][
35   .B \-tS
36   ]
37   [
# Line 89 | Line 93 | string, respectively.
93   The
94   .I \-tS
95   option specifies an alternate ID separator instead of the default newline.
96 + The
97 + .I \-l
98 + option tells
99 + .I rcode_ident
100 + to list identifiers following the header information (if present).
101 + The
102 + .I \-n
103 + option prints identifier table indexes rather than the strings themselves.
104 + Indexing starts from 0 for the first table entry.
105   .PP
106   When decoding, the
107   .I \-i
# Line 113 | Line 126 | rtrace -ffa < rays.flt -x 512 -y 400 -om octree | rcod
126   To query specific modifiers using ximage with the 't' command:
127   .IP "" .2i
128   ximage -op render.hdr | rcode_ident -i -r mods.idx
129 + .PP
130 + To only print out the list of unique identifiers:
131 + .IP "" .2i
132 + rcode_ident -r -h -H -i -l mods.idx < /dev/null
133   .SH AUTHOR
134   Greg Ward
135   .SH "SEE ALSO"
136 < rcalc(1), rcode_depth(1), rcode_norm(1), rlam(1), rsplit(1), rtpict(1)
136 > rcalc(1), rcode_depth(1), rcode_norm(1), rcode2bmp(1),
137 > rlam(1), rsplit(1), rtpict(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines