| 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 |
| 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. |
| 180 |
|
converts from a Radiance picture to other values, which is the |
| 181 |
|
default. |
| 182 |
|
.TP |
| 183 |
+ |
.BI \-p " xr yr xg yg xb yb xw yw" |
| 184 |
+ |
On reverse conversion, RGB input uses the given set of color primaries. |
| 185 |
+ |
These are written into the output header with the PRIMARIES variable. |
| 186 |
+ |
.TP |
| 187 |
+ |
.BR \-pXYZ |
| 188 |
+ |
On reverse conversion, input is in CIE XYZ coordinates, rather than RGB. |
| 189 |
+ |
The Y channel is assumed to be in candelas/meter^2. |
| 190 |
+ |
.TP |
| 191 |
|
.BI -y \ res |
| 192 |
|
Set the output y resolution to |
| 193 |
|
.I res. |
| 218 |
|
x or along y. |
| 219 |
|
Most Radiance pictures are sorted top to bottom, then left |
| 220 |
|
to right. |
| 221 |
< |
This corresponds to a specification of the form "-y yres +x xres". |
| 221 |
> |
This corresponds to a specification of the form "\-y yres +x xres". |
| 222 |
|
Either an upper or lower case 'X' may be used for this option. |
| 223 |
|
Like the |
| 224 |
|
.I \-y |
| 228 |
|
.SH EXAMPLE |
| 229 |
|
To look at the original, unique pixels in picture: |
| 230 |
|
.IP "" .2i |
| 231 |
< |
pvalue -o -u picture | more |
| 231 |
> |
pvalue \-o \-u picture | more |
| 232 |
|
.PP |
| 233 |
|
To convert from a 512x400 8-bit greyscale image in bottom to top, |
| 234 |
|
left to right scanline ordering: |
| 235 |
|
.IP "" .2i |
| 236 |
< |
pvalue -r -db -b -h +y 400 +x 512 input.im > flipped.pic |
| 236 |
> |
pvalue \-r \-db \-b \-h +y 400 +x 512 input.im > flipped.hdr |
| 237 |
|
.br |
| 238 |
< |
pflip -v flipped.pic > final.pic |
| 238 |
> |
pflip \-v flipped.hdr > final.hdr |
| 239 |
|
.SH AUTHOR |
| 240 |
|
Greg Ward |
| 241 |
|
.SH BUGS |
| 249 |
|
the scanline ordering or picture size. |
| 250 |
|
.SH "SEE ALSO" |
| 251 |
|
getinfo(1), pcompos(1), pfilt(1), pflip(1), |
| 252 |
< |
protate(1), rpict(1), rtrace(1), rview(1) |
| 252 |
> |
protate(1), ra_xyze(1), rpict(1), rtrace(1), rvu(1) |