--- ray/doc/man/man1/rpict.1 2023/11/15 19:21:54 1.30 +++ ray/doc/man/man1/rpict.1 2025/06/04 20:32:24 1.33 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: rpict.1,v 1.30 2023/11/15 19:21:54 greg Exp $" +.\" RCSid "$Id: rpict.1,v 1.33 2025/06/04 20:32:24 greg Exp $" .TH RPICT 1 2/26/99 RADIANCE .SH NAME rpict - generate a RADIANCE picture @@ -281,6 +281,18 @@ Output standard RGB values (the default). .BR \-pXYZ Output standard CIE XYZ tristimulus values rather than RGB. .TP +.BI -f \ source +Load definitions from the file +.I source +and assign at the global level. +The usual set of library directories is searched based on the +.I RAYPATH +environment variable. +.TP +.BI -e \ expr +Set additional definitions from +.I expr. +.TP .BI -dj \ frac Set the direct jittering to .I frac. @@ -916,6 +928,8 @@ A value of zero turns automatic reporting off. Send error messages and progress reports to .I efile instead of the standard error. +(Note this option overlaps with "-e expr" above, so file paths +with '=' or ':' in them are not allowed on this option.) .TP .BR \-w Boolean switch for warning messages. @@ -952,4 +966,4 @@ option. Greg Ward .SH "SEE ALSO" getinfo(1), lookamb(1), mkpmap(1), oconv(1), pdfblur(1), pfilt(1), -pinterp(1), pmblur(1), printf(3), ra_rgbe(1), rad(1), rpiece(1), rtpict(1), rtrace(1), rvu(1) +pinterp(1), pmblur(1), printf(3), ra_rgbe(1), rad(1), rpiece(1), rtpict(1), rtrace(1), rvu(1), rxpiece(1)