1 |
.\" RCSid "$Id: psketch.1,v 1.1 2017/08/26 16:10:19 greg Exp $" |
2 |
.TH PSKETCH 1 8/26/2017 RADIANCE |
3 |
.SH NAME |
4 |
psketch - apply non-photorealistic rendering to select objects in picture |
5 |
.SH SYNOPSIS |
6 |
.B psketch |
7 |
[ |
8 |
.B "-m modname" |
9 |
][ |
10 |
.B "-M modfile" |
11 |
] |
12 |
.B octree |
13 |
.B input.hdr |
14 |
[ |
15 |
.B output.hdr |
16 |
] |
17 |
.SH DESCRIPTION |
18 |
.I Psketch |
19 |
takes a RADIANCE octree and a picture file |
20 |
and at least one modifier name given by one or more |
21 |
.I \-m |
22 |
and |
23 |
.I \-M |
24 |
options, |
25 |
which may be intermingled. |
26 |
The |
27 |
.I \-m |
28 |
option names a modifier for objects that will be sketched out |
29 |
by the program. |
30 |
The |
31 |
.I \-M |
32 |
option indicates a file of such modifier names that |
33 |
will be read in and included in the operation. |
34 |
The picture should have been created from a previous |
35 |
.I rpict(1) |
36 |
or |
37 |
.I rvu(1) |
38 |
calculation using the given octree. |
39 |
.SH AUTHOR |
40 |
Greg Ward |
41 |
.SH "SEE ALSO" |
42 |
oconv(1), rpict(1), rtrace(1), rvu(1), ximage(1), xshowtrace(1) |