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

Comparing ray/doc/man/man1/pcomb.1 (file contents):
Revision 1.7 by greg, Fri Sep 8 21:38:25 2006 UTC vs.
Revision 1.11 by greg, Fri May 4 23:56:49 2018 UTC

# Line 42 | Line 42 | but an arbitrary mapping can be assigned with the
42   and
43   .I \-f
44   options.
45 + The variable and function definitions in each
46 + .I \-f source
47 + file are read and compiled from the RADIANCE library where it is found.
48   Negative coefficients and functions are allowed, and
49   .I pcomb
50   will produce color values of zero where they would be negative.
# Line 140 | Line 143 | If the current pixel is outside the view region,
143   will return a negative value, and
144   .I S(n)
145   will return zero.
146 + The first input picture with a view is assumed to correspond to the
147 + view of the output picture, which is written into the header.
148   .PP
149   The
150   .I \-h
# Line 198 | Line 203 | by preceeding it with an exclamation point ('!').
203   .SH EXAMPLES
204   To produce a picture showing the difference between pic1 and pic2:
205   .IP "" .2i
206 < pcomb -e 'ro=ri(1)-ri(2);go=gi(1)-gi(2);bo=bi(1)-bi(2)' pic1 pic2 > diff
206 > pcomb \-e 'ro=ri(1)\-ri(2);go=gi(1)\-gi(2);bo=bi(1)\-bi(2)' pic1 pic2 > diff
207   .PP
208   Or, more efficiently:
209   .IP "" .2i
210 < pcomb pic1 -s -1 pic2 > diff
210 > pcomb pic1 \-s \-1 pic2 > diff
211   .PP
212   To precompute the gamma correction for a picture:
213   .IP "" .2i
214 < pcomb -e 'ro=ri(1)^.4;go=gi(1)^.4;bo=bi(1)^.4' pic > pic.gam
214 > pcomb \-e 'ro=ri(1)^.4;go=gi(1)^.4;bo=bi(1)^.4' inp.hdr > gam.hdr
215   .PP
216   To perform some special filtering:
217   .IP "" .2i
218 < pcomb -f myfilt.cal -x xmax/2 -y ymax/2 input.pic > filtered.pic
218 > pcomb \-f myfilt.cal \-x xmax/2 \-y ymax/2 input.hdr > filtered.hdr
219   .PP
220   To make a picture of a dot:
221   .IP "" .2i
222 < pcomb -x 100 -y 100 -e 'ro=b;go=b;bo=b;b=if((x-50)^2+(y-50)^2-25^2,0,1)' > dot
222 > pcomb \-x 100 \-y 100 \-e 'ro=b;go=b;bo=b;b=if((x-50)^2+(y-50)^2\-25^2,0,1)' > dot
223 > .SH ENVIRONMENT
224 > RAYPATH         the directories to check for auxiliary files.
225   .SH AUTHOR
226   Greg Ward
227   .SH "SEE ALSO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines