28 |
|
][ |
29 |
|
.B \-H |
30 |
|
][ |
31 |
+ |
.B \-l |
32 |
+ |
][ |
33 |
+ |
.B \-n |
34 |
+ |
][ |
35 |
|
.B \-tS |
36 |
|
] |
37 |
|
[ |
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 |
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) |