--- ray/doc/man/man1/pcomb.1 2007/09/04 17:36:40 1.8 +++ ray/doc/man/man1/pcomb.1 2018/02/05 20:07:17 1.10 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: pcomb.1,v 1.8 2007/09/04 17:36:40 greg Exp $" +.\" RCSid "$Id: pcomb.1,v 1.10 2018/02/05 20:07:17 greg Exp $" .TH PCOMB 1 8/31/96 RADIANCE .SH NAME pcomb - combine RADIANCE pictures @@ -140,6 +140,8 @@ If the current pixel is outside the view region, will return a negative value, and .I S(n) will return zero. +The first input picture with a view is assumed to correspond to the +view of the output picture, which is written into the header. .PP The .I \-h @@ -206,11 +208,11 @@ pcomb pic1 \-s \-1 pic2 > diff .PP To precompute the gamma correction for a picture: .IP "" .2i -pcomb \-e 'ro=ri(1)^.4;go=gi(1)^.4;bo=bi(1)^.4' pic > pic.gam +pcomb \-e 'ro=ri(1)^.4;go=gi(1)^.4;bo=bi(1)^.4' inp.hdr > gam.hdr .PP To perform some special filtering: .IP "" .2i -pcomb \-f myfilt.cal \-x xmax/2 \-y ymax/2 input.pic > filtered.pic +pcomb \-f myfilt.cal \-x xmax/2 \-y ymax/2 input.hdr > filtered.hdr .PP To make a picture of a dot: .IP "" .2i