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 |
106 |
|
.SH EXAMPLES |
107 |
|
To convert a RADIANCE picture to an 8-bit grayscale TIFF: |
108 |
|
.IP "" .2i |
109 |
< |
normtiff -b scene.pic sceneb.tif |
109 |
> |
normtiff \-b scene.hdr sceneb.tif |
110 |
|
.PP |
111 |
|
To condition a high dynamic-range TIFF for a particular film recorder with |
112 |
|
known color primaries, dynamic range and gamma response: |
113 |
|
.IP "" .2i |
114 |
< |
pcond -d 50 -g 2.5 -p .580 .340 .281 .570 .153 .079 .333 .333 orig.tif filmrgb.tif |
114 |
> |
pcond \-d 50 \-g 2.5 \-p .580 .340 .281 .570 .153 .079 .333 .333 orig.tif filmrgb.tif |
115 |
|
.PP |
116 |
|
To simulate human visual response on a monitor with known maximum luminance: |
117 |
|
.IP "" .2i |
118 |
< |
normtiff -h -u 80 scene.pic sceneh.tif |
118 |
> |
normtiff \-h \-u 80 scene.hdr sceneh.tif |
119 |
|
.SH REFERENCE |
120 |
|
Greg Ward Larson, Holly Rushmeier, Christine Piatko, |
121 |
|
``A Visibility Matching Tone Reproduction Operator for High Dynamic Range |