18 |
|
] |
19 |
|
.br |
20 |
|
.B "rpict [ options ] \-defaults" |
21 |
+ |
.br |
22 |
+ |
.B "rpict \-features [feat1 ..]" |
23 |
|
.SH DESCRIPTION |
24 |
|
.I Rpict |
25 |
|
generates a picture from the RADIANCE scene given in |
42 |
|
In the second form shown above, the default values |
43 |
|
for the options (modified by those options present) |
44 |
|
are printed with a brief explanation. |
45 |
+ |
.PP |
46 |
+ |
In the third form, a list of supported features is sent |
47 |
+ |
to the standard output, one per line. |
48 |
+ |
If additional arguments follow, they are checked for presence in |
49 |
+ |
this list. |
50 |
+ |
If a feature includes subfeatures, these may be checked as well by |
51 |
+ |
specifying: |
52 |
+ |
.nf |
53 |
+ |
|
54 |
+ |
rpict -features FeatName=subfeat1,subfeat2 |
55 |
+ |
|
56 |
+ |
.fi |
57 |
+ |
If any named feature or subfeature is missing, an error is |
58 |
+ |
reported and the program returns an error status. |
59 |
+ |
If all of the named features are present, a zero status is returned. |
60 |
|
.PP |
61 |
|
Most options are followed by one or more arguments, which must be |
62 |
|
separated from the option and each other by white space. |