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

Comparing ray/doc/man/man1/rpict.1 (file contents):
Revision 1.27 by greg, Wed Oct 19 18:23:14 2022 UTC vs.
Revision 1.33 by greg, Wed Jun 4 20:32:24 2025 UTC

# Line 18 | Line 18 | rpict - generate a RADIANCE picture
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
# Line 41 | Line 43 | 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.
63   The exceptions to this rule are the
# Line 254 | Line 271 | to use a very small fraction with the
271   .I \-pd
272   option, to avoid the ghosting effect of too few samples.
273   .TP
274 + .BI -pc " xr yr xg yg xb yb xw yw"
275 + Use the specified chromaticity pairs for output primaries and white
276 + point rather than the standard RGB color space.
277 + .TP
278 + .BR \-pRGB
279 + Output standard RGB values (the default).
280 + .TP
281 + .BR \-pXYZ
282 + Output standard CIE XYZ tristimulus values rather than RGB.
283 + .TP
284 + .BI -f \ source
285 + Load definitions from the file
286 + .I source
287 + and assign at the global level.
288 + The usual set of library directories is searched based on the
289 + .I RAYPATH
290 + environment variable.
291 + .TP
292 + .BI -e \ expr
293 + Set additional definitions from
294 + .I expr.
295 + .TP
296   .BI -dj \ frac
297   Set the direct jittering to
298   .I frac.
# Line 682 | Line 721 | continue rays with a probability equal to the ray weig
721   divided by the given
722   .I frac.
723   .TP
724 + .BI -cs \ Ns
725 + Use
726 + .I Ns
727 + bands for spectral sampling rather than the default RGB calculation space.
728 + The maximum setting is controlled by the compiler macro MAXCSAMP, and
729 + defaults to 24.
730 + Larger values for Ns will be reduced to MAXCSAMP.
731 + .TP
732 + .BI -cw " nmA nmB"
733 + Set extrema to the given wavelengths for spectral sampling.
734 + The default is 380 and 780 nanometers.
735 + The order specified does not matter.
736 + .TP
737   .BI -S \ seqstart
738   Instead of generating a single picture based only on the view
739   parameters given on the command line, this option causes
# Line 876 | Line 928 | A value of zero turns automatic reporting off.
928   Send error messages and progress reports to
929   .I efile
930   instead of the standard error.
931 + (Note this option overlaps with "-e expr" above, so file paths
932 + with '=' or ':' in them are not allowed on this option.)
933   .TP
934   .BR \-w
935   Boolean switch for warning messages.
# Line 912 | Line 966 | option.
966   Greg Ward
967   .SH "SEE ALSO"
968   getinfo(1), lookamb(1), mkpmap(1), oconv(1), pdfblur(1), pfilt(1),
969 < pinterp(1), pmblur(1), printf(3), ra_rgbe(1), rad(1), rpiece(1), rtpict(1), rtrace(1), rvu(1)
969 > pinterp(1), pmblur(1), printf(3), ra_rgbe(1), rad(1), rpiece(1), rtpict(1), rtrace(1), rvu(1), rxpiece(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines