32 |
|
NROWS={number of rows} |
33 |
|
NCOLS={number of columns} |
34 |
|
NCOMP={number of components} |
35 |
< |
FORMAT={ascii|float|double|32-bit_rle_rgbe|32-bit_rle_xyze} |
35 |
> |
FORMAT={ascii|float|double|32-bit_rle_rgbe|32-bit_rle_xyze|Radiance_spectra} |
36 |
|
.sp |
37 |
|
.fi |
38 |
|
The number of components indicates that each matrix element is actually |
69 |
|
.I pcomb(1) |
70 |
|
.I \-o |
71 |
|
option. |
72 |
+ |
Radiance spectral pictures with more than 3 components are also supported. |
73 |
+ |
These are typically produced by |
74 |
+ |
.I rtrace(1) |
75 |
+ |
or |
76 |
+ |
.I rfluxmtx(1). |
77 |
|
.PP |
78 |
|
Before each file, the |
79 |
|
.I \-t |
164 |
|
among the inputs, but the |
165 |
|
.I \-f |
166 |
|
option may be used to explicitly output components |
167 |
< |
as ASCII (-fa), binary doubles (-fd), floats (-ff), or RGBE colors (-fc). |
167 |
> |
as ASCII (-fa), binary doubles (-fd), floats (-ff), or common-exponent colors (-fc). |
168 |
|
In the latter case, the actual matrix dimensions are written in the resolution |
169 |
|
string rather than the header. |
170 |
< |
Also, matrix results written as Radiance pictures must have either one |
170 |
> |
Also, matrix results will be written as standard |
171 |
> |
Radiance pictures if they have either one |
172 |
|
or three components. |
173 |
|
In the one-component case, the output is written as grayscale. |
174 |
+ |
If more than 3 components are in the final matrix and |
175 |
+ |
.I -fc |
176 |
+ |
is specified, the output will be a Radiance spectral picture. |
177 |
|
.PP |
178 |
|
The |
179 |
|
.I \-v |
227 |
|
.SH "SEE ALSO" |
228 |
|
cnt(1), getinfo(1), histo(1), neaten(1), pcomb(1), rcalc(1), |
229 |
|
rcollate(1), rcontrib(1), rcrop(1), rfluxmtx(1), rlam(1), |
230 |
< |
rsplit(1), tabfunc(1), total(1), wrapBSDF(1) |
230 |
> |
rsplit(1), rtrace(1), tabfunc(1), total(1), wrapBSDF(1) |