1 |
+ |
.\" RCSid $Id$ |
2 |
|
.TH NORMTIFF 1 2/25/99 RADIANCE |
3 |
|
.SH NAME |
4 |
|
normtiff - tone-map and convert RADIANCE picture or HDR TIFF to standard TIFF |
36 |
|
program.)\0 |
37 |
|
If the input is neither a RADIANCE picture nor a high dynamic-range TIFF, |
38 |
|
the program reports an error and exits. |
39 |
+ |
Hyperspectral radiance pictures are silently converted to RGB, though |
40 |
+ |
the colors will be more accurate if the HSR picture is passed through |
41 |
+ |
.I ra_xyze(1), |
42 |
+ |
first. |
43 |
|
.PP |
44 |
|
The following command line options are understood. |
45 |
|
Since this program is very similar to |
96 |
|
.BI -d \ Lddyn |
97 |
|
Specifies the dynamic range for the target output device, which is |
98 |
|
the ratio of the maximum and minimum usable display luminances. |
99 |
< |
The default value is 32, which is typical for CRT monitors. |
99 |
> |
The default value is 100, which is typical for LCD monitors. |
100 |
|
.TP |
101 |
|
.BI -p " xr yr xg yg xb yb xw yw" |
102 |
|
Specifies the RGB primaries for the target output device. |
110 |
|
.SH EXAMPLES |
111 |
|
To convert a RADIANCE picture to an 8-bit grayscale TIFF: |
112 |
|
.IP "" .2i |
113 |
< |
normtiff -b scene.pic sceneb.tif |
113 |
> |
normtiff \-b scene.hdr sceneb.tif |
114 |
|
.PP |
115 |
|
To condition a high dynamic-range TIFF for a particular film recorder with |
116 |
|
known color primaries, dynamic range and gamma response: |
117 |
|
.IP "" .2i |
118 |
< |
pcond -d 50 -g 2.5 -p .580 .340 .281 .570 .153 .079 .333 .333 orig.tif filmrgb.tif |
118 |
> |
pcond \-d 50 \-g 2.5 \-p .580 .340 .281 .570 .153 .079 .333 .333 orig.tif filmrgb.tif |
119 |
|
.PP |
120 |
|
To simulate human visual response on a monitor with known maximum luminance: |
121 |
|
.IP "" .2i |
122 |
< |
normtiff -h -u 80 scene.pic sceneh.tif |
122 |
> |
normtiff \-h \-u 80 scene.hdr sceneh.tif |
123 |
|
.SH REFERENCE |
124 |
|
Greg Ward Larson, Holly Rushmeier, Christine Piatko, |
125 |
|
``A Visibility Matching Tone Reproduction Operator for High Dynamic Range |
129 |
|
.PP |
130 |
|
http://positron.cs.berkeley.edu/gwlarson/pixformat/ |
131 |
|
.SH AUTHOR |
132 |
< |
Greg Ward Larson |
128 |
< |
.SH ACKNOWLEDGMENT |
129 |
< |
This work was supported by Silicon Graphics, Inc. |
132 |
> |
Greg Ward |
133 |
|
.SH "SEE ALSO" |
134 |
|
getinfo(1), pcond(1), pflip(1), |
135 |
|
pvalue(1), protate(1), ra_xyze(1), rpict(1), ximage(1) |