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.12 by greg, Fri Feb 4 20:11:48 2022 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 42 | Line 42 | these files.
42   .TP 10n
43   .BR \-u
44   Print only unique values in the output, skipping runs of equal pixels.
45 + For reverse conversions, the
46 + .I \-u
47 + option writes uncompressed output rather than the standard run-length RGBE
48 + encoding.
49   Specifying
50   .I \+u
51   turns this option off, which is the default.
52   .TP
53   .BR \-o
54   Print original values, before exposure compensation.
55 + If the input file is in XYZE format, the Y (green) channel
56 + will correspond to units of candelas/meter^2, unless
57 + .I \-O
58 + is specified, when watts/sr/meter^2 are always reported.
59   Specifying
60   .I \+o
61 < uses final values, which is the default.
61 > uses final exposed values, which is the default.
62   .TP
63   .BR \-h
64   Do not print header.
# Line 73 | Line 81 | causes the resolution string to be printed, which is t
81   Skip the specified number of bytes on the input header.
82   This option is useful for skipping unintelligible headers in
83   foreign file formats.
76 (Does not work when reading from standard input.)
84   .TP
85   .BI \-e \ exposure
86   Adjust the exposure by the amount specified.
# Line 120 | Line 127 | Output binary 16-bit words from 0 to 65535, byte-swapp
127   .BR \-df
128   Output binary float values.
129   .TP
130 + .BR \-dF
131 + Output byte-swapped binary float values.
132 + .TP
133   .BR \-dd
134   Output binary double values.
135   .TP
136 + .BR \-dD
137 + Output byte-swapped binary double values.
138 + .TP
139   .BR \-R
140   Reverse ordering of colors so that the output is blue then green
141   then red.
# Line 171 | Line 184 | Specifying
184   converts from a Radiance picture to other values, which is the
185   default.
186   .TP
187 + .BI \-p " xr yr xg yg xb yb xw yw"
188 + On reverse conversion, RGB input uses the given set of color primaries.
189 + These are written into the output header with the PRIMARIES variable.
190 + .TP
191 + .BR \-pXYZ
192 + On reverse conversion, input is in CIE XYZ coordinates, rather than RGB.
193 + The Y channel is assumed to be in candelas/meter^2.
194 + .TP
195   .BI -y \ res
196   Set the output y resolution to
197   .I res.
# Line 201 | Line 222 | options determines whether the scanlines are sorted al
222   x or along y.
223   Most Radiance pictures are sorted top to bottom, then left
224   to right.
225 < This corresponds to a specification of the form "-y yres +x xres".
225 > This corresponds to a specification of the form "\-y yres +x xres".
226   Either an upper or lower case 'X' may be used for this option.
227   Like the
228   .I \-y
# Line 211 | Line 232 | options have no effect for forward conversions.
232   .SH EXAMPLE
233   To look at the original, unique pixels in picture:
234   .IP "" .2i
235 < pvalue -o -u picture | more
235 > pvalue \-o \-u picture | more
236   .PP
237   To convert from a 512x400 8-bit greyscale image in bottom to top,
238   left to right scanline ordering:
239   .IP "" .2i
240 < pvalue -r -db -b -h +y 400 +x 512 input.im > flipped.pic
240 > pvalue \-r \-db \-b \-h +y 400 +x 512 input.im > flipped.hdr
241   .br
242 < pflip -v flipped.pic > final.pic
242 > pflip \-v flipped.hdr > final.hdr
243   .SH AUTHOR
244   Greg Ward
245   .SH BUGS
246 < The
226 < .I \-r
227 < option does not work with the
228 < .I \-u
229 < option.
230 < Also, input pixel locations are ignored during a reverse
246 > Input pixel locations are ignored during a reverse
247   conversion, so this information is not used in determining
248   the scanline ordering or picture size.
249   .SH "SEE ALSO"
250   getinfo(1), pcompos(1), pfilt(1), pflip(1),
251 < protate(1), rpict(1), rtrace(1), rview(1)
251 > protate(1), ra_xyze(1), rpict(1), rtrace(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines