56 |
|
the number of rows match the Y-dimension. |
57 |
|
The picture must be in standard pixel ordering, and the first row |
58 |
|
is at the top with the first column on the left. |
59 |
+ |
Any exposure changes applied to the pictures beforehand |
60 |
+ |
.I rmtxop |
61 |
+ |
will be undone, similar to the |
62 |
+ |
.I pcomb\(1) |
63 |
+ |
.I \-o |
64 |
+ |
option. |
65 |
|
.PP |
66 |
|
Before each file, the |
67 |
|
.I \-t |
127 |
|
.I rmtxop |
128 |
|
command into another, as shown in one of the examples below. |
129 |
|
.PP |
130 |
< |
The number of components in the new matrix after applying any |
130 |
> |
The number of components in the next matrix after applying any |
131 |
|
.I -c |
132 |
|
transform must agree with the prior result. |
133 |
|
For concatenation (matrix multiplication), the number of columns |
134 |
< |
in the prior result must equal the number of rows in the new matrix, and |
134 |
> |
in the prior result must equal the number of rows in the next matrix, and |
135 |
|
the result will have the number of rows of the previous and the number |
136 |
< |
of columns of the new matrix. |
136 |
> |
of columns of the next matrix. |
137 |
|
In the case of addition, multiplication, and division, |
138 |
|
the number of rows and columns of the prior result and the |
139 |
< |
new matrix must match, and will not be changed by the operation. |
139 |
> |
next matrix must match, and will not be changed by the operation. |
140 |
|
.PP |
141 |
|
A final transpose or scaling/transform operation may be applied to |
142 |
|
the results by appending the |
209 |
|
.SH AUTHOR |
210 |
|
Greg Ward |
211 |
|
.SH "SEE ALSO" |
212 |
< |
cnt(1), getinfo(1), histo(1), neaten(1), rcalc(1), rcollate(1), |
213 |
< |
rcontrib(1), rfluxmtx(1), rlam(1), |
212 |
> |
cnt(1), getinfo(1), histo(1), neaten(1), pcomb(1), rcalc(1), |
213 |
> |
rcollate(1), rcontrib(1), rfluxmtx(1), rlam(1), |
214 |
|
rsplit(1), tabfunc(1), total(1), wrapBSDF(1) |