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

Comparing ray/doc/man/man1/pvalue.1 (file contents):
Revision 1.1 by greg, Tue Mar 11 19:20:21 2003 UTC vs.
Revision 1.7 by greg, Mon Nov 10 19:08:17 2008 UTC

# Line 1 | Line 1
1 < .\" RCSid "$Id"
1 > .\" RCSid "$Id$"
2   .TH PVALUE 1 1/15/99 RADIANCE
3   .SH NAME
4   pvalue - convert RADIANCE picture to/from alternate formats
# Line 48 | Line 48 | turns this option off, which is the default.
48   .TP
49   .BR \-o
50   Print original values, before exposure compensation.
51 + If the input file is in XYZE format, the Y (green) channel
52 + will correspond to units of candelas/meter^2.
53 + Otherwise, the RGB values should be in spectral watts/steradian/meter^2.
54   Specifying
55   .I \+o
56 < uses final values, which is the default.
56 > uses final exposed values, which is the default.
57   .TP
58   .BR \-h
59   Do not print header.
# Line 120 | Line 123 | Output binary 16-bit words from 0 to 65535, byte-swapp
123   .BR \-df
124   Output binary float values.
125   .TP
126 + .BR \-dF
127 + Output byte-swapped binary float values.
128 + .TP
129   .BR \-dd
130   Output binary double values.
131   .TP
132 + .BR \-dD
133 + Output byte-swapped binary double values.
134 + .TP
135   .BR \-R
136   Reverse ordering of colors so that the output is blue then green
137   then red.
# Line 201 | Line 210 | options determines whether the scanlines are sorted al
210   x or along y.
211   Most Radiance pictures are sorted top to bottom, then left
212   to right.
213 < This corresponds to a specification of the form "-y yres +x xres".
213 > This corresponds to a specification of the form "\-y yres +x xres".
214   Either an upper or lower case 'X' may be used for this option.
215   Like the
216   .I \-y
# Line 211 | Line 220 | options have no effect for forward conversions.
220   .SH EXAMPLE
221   To look at the original, unique pixels in picture:
222   .IP "" .2i
223 < pvalue -o -u picture | more
223 > pvalue \-o \-u picture | more
224   .PP
225   To convert from a 512x400 8-bit greyscale image in bottom to top,
226   left to right scanline ordering:
227   .IP "" .2i
228 < pvalue -r -db -b -h +y 400 +x 512 input.im > flipped.pic
228 > pvalue \-r \-db \-b \-h +y 400 +x 512 input.im > flipped.hdr
229   .br
230 < pflip -v flipped.pic > final.pic
230 > pflip \-v flipped.hdr > final.hdr
231   .SH AUTHOR
232   Greg Ward
233   .SH BUGS
# Line 232 | Line 241 | conversion, so this information is not used in determi
241   the scanline ordering or picture size.
242   .SH "SEE ALSO"
243   getinfo(1), pcompos(1), pfilt(1), pflip(1),
244 < protate(1), rpict(1), rtrace(1), rview(1)
244 > protate(1), rpict(1), rtrace(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines