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

Comparing ray/doc/man/man1/rmtxop.1 (file contents):
Revision 1.3 by greg, Fri Aug 1 22:58:03 2014 UTC vs.
Revision 1.8 by greg, Fri Feb 20 18:26:09 2015 UTC

# Line 51 | Line 51 | In the second case, the RGBE or XYZE values are loaded
51   matrix where the number of columns match the X-dimension of the picture, and
52   the number of rows match the Y-dimension.
53   The picture must be in standard pixel ordering, and the first row
54 < as at the top with the first column on the left.
54 > is at the top with the first column on the left.
55   .PP
56   Before each file, the
57   .I \-t
# Line 106 | Line 106 | result and the new matrix must match, and will not be
106   operation.
107   .PP
108   Results are sent to the standard output.
109 < By default, the values will be written in ASCII format, but the
109 > By default, the values will be written in the lowest resolution format
110 > among the inputs, but the
111   .I \-f
112 < option may be used to output components
113 < as binary doubles (-fd), floats (-ff), or RGBE colors (-fc).
112 > option may be used to explicitly output components
113 > as ASCII (-fa), binary doubles (-fd), floats (-ff), or RGBE colors (-fc).
114   In the latter case, the actual matrix dimensions are written in the resolution
115   string rather than the header.
116   Also, matrix results written as Radiance pictures must have either one
# Line 137 | Line 138 | To send the elements of a binary matrix to
138   .I rcalc(1)
139   for further processing:
140   .IP "" .2i
141 < rmtxop -fa orig.mtx | rcollate -ho -oc 1 | rcalc [opertions]
141 > rmtxop -fa orig.mtx | rcollate -ho -oc 1 | rcalc [operations]
142   .SH AUTHOR
143   Greg Ward
144   .SH "SEE ALSO"
145 < cnt(1), histo(1), neaten(1), rcalc(1), rcollate(1),
146 < rcontrib(1), rfluxmtx(1), rlam(1), tabfunc(1), total(1)
145 > cnt(1), getinfo(1), histo(1), neaten(1), rcalc(1), rcollate(1),
146 > rcontrib(1), rfluxmtx(1), rlam(1), tabfunc(1), total(1), wrapBSDF(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines