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 |
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 |
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) |