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.3 by greg, Fri Jul 26 01:32:32 2019 UTC vs.
Revision 1.5 by greg, Wed Apr 28 19:15:09 2021 UTC

# Line 40 | Line 40 | input.idx
40   ]
41   .SH DESCRIPTION
42   .I Rcode_ident
43 < Takes a list of ASCII identifiers on the input and encodes them
43 > takes a list of ASCII identifiers on the input and encodes them
44   as a 16-bit index to a table appended to the output.
45   This default index size can hold up to 65 thousand unique IDs,
46   which is suitable for most applications.
# Line 50 | Line 50 | option may be used to specify an 8-bit index, which sa
50   if 256 or fewer unique identifiers appear on the input.
51   The
52   .I \-24
53 < option creates a 24-bit index can record over 16 million
53 > option creates a 24-bit index that can record over 16 million
54   unique identifiers.
55   .PP
56   Identifiers are separated by newlines by default, but any single-character

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines