--- ray/doc/man/man1/pvalue.1 2003/03/11 19:20:21 1.1 +++ ray/doc/man/man1/pvalue.1 2008/11/10 19:08:17 1.7 @@ -1,4 +1,4 @@ -.\" RCSid "$Id" +.\" RCSid "$Id: pvalue.1,v 1.7 2008/11/10 19:08:17 greg Exp $" .TH PVALUE 1 1/15/99 RADIANCE .SH NAME pvalue - convert RADIANCE picture to/from alternate formats @@ -48,9 +48,12 @@ turns this option off, which is the default. .TP .BR \-o Print original values, before exposure compensation. +If the input file is in XYZE format, the Y (green) channel +will correspond to units of candelas/meter^2. +Otherwise, the RGB values should be in spectral watts/steradian/meter^2. Specifying .I \+o -uses final values, which is the default. +uses final exposed values, which is the default. .TP .BR \-h Do not print header. @@ -120,9 +123,15 @@ Output binary 16-bit words from 0 to 65535, byte-swapp .BR \-df Output binary float values. .TP +.BR \-dF +Output byte-swapped binary float values. +.TP .BR \-dd Output binary double values. .TP +.BR \-dD +Output byte-swapped binary double values. +.TP .BR \-R Reverse ordering of colors so that the output is blue then green then red. @@ -201,7 +210,7 @@ options determines whether the scanlines are sorted al x or along y. Most Radiance pictures are sorted top to bottom, then left to right. -This corresponds to a specification of the form "-y yres +x xres". +This corresponds to a specification of the form "\-y yres +x xres". Either an upper or lower case 'X' may be used for this option. Like the .I \-y @@ -211,14 +220,14 @@ options have no effect for forward conversions. .SH EXAMPLE To look at the original, unique pixels in picture: .IP "" .2i -pvalue -o -u picture | more +pvalue \-o \-u picture | more .PP To convert from a 512x400 8-bit greyscale image in bottom to top, left to right scanline ordering: .IP "" .2i -pvalue -r -db -b -h +y 400 +x 512 input.im > flipped.pic +pvalue \-r \-db \-b \-h +y 400 +x 512 input.im > flipped.hdr .br -pflip -v flipped.pic > final.pic +pflip \-v flipped.hdr > final.hdr .SH AUTHOR Greg Ward .SH BUGS @@ -232,4 +241,4 @@ conversion, so this information is not used in determi the scanline ordering or picture size. .SH "SEE ALSO" getinfo(1), pcompos(1), pfilt(1), pflip(1), -protate(1), rpict(1), rtrace(1), rview(1) +protate(1), rpict(1), rtrace(1), rvu(1)