1 |
|
.TH NORMTIFF 1 2/25/99 RADIANCE |
2 |
|
.SH NAME |
3 |
< |
normtiff - tone-map and convert RADIANCE picture or SGILOG TIFF to RGB TIFF |
3 |
> |
normtiff - tone-map and convert RADIANCE picture or HDR TIFF to standard TIFF |
4 |
|
.SH SYNOPSIS |
5 |
|
.B normtiff |
6 |
|
[ |
10 |
|
.B output.tif |
11 |
|
.SH DESCRIPTION |
12 |
|
.I Normtiff |
13 |
< |
prepares a Radiance picture or SGILOG (high dynamic range) TIFF |
13 |
> |
prepares a Radiance picture or high dynamic-range TIFF |
14 |
|
for output to a display or hard copy device. |
15 |
|
If the dynamic range of the scene exceeds that of the display (as is |
16 |
|
usually the case), |
33 |
|
(See the |
34 |
|
.I getinfo(1) |
35 |
|
program.)\0 |
36 |
< |
If the input is neither a RADIANCE picture nor an SGILOG-encoded TIFF, |
36 |
> |
If the input is neither a RADIANCE picture nor a high dynamic-range TIFF, |
37 |
|
the program reports an error and exits. |
38 |
|
.PP |
39 |
|
The following command line options are understood. |
43 |
|
.TP 10n |
44 |
|
.BR -b |
45 |
|
Toggle 8-bit black and white (grayscale) TIFF output. |
46 |
< |
If the input is a 16-bit SGILOG luminance-only TIFF, this switch is |
46 |
> |
If the input is a grayscale TIFF, this switch is |
47 |
|
automatically selected. |
48 |
|
Otherwise, the output defaults to 24-bit RGB. |
49 |
|
.TP |
50 |
+ |
.BR -z |
51 |
+ |
Output LZW-compressed TIFF (smaller file). |
52 |
+ |
.TP |
53 |
|
.BR -h |
54 |
|
Mimic human visual response in the output. |
55 |
|
The goal of this process is to produce output that correlates |
105 |
|
.SH EXAMPLES |
106 |
|
To convert a RADIANCE picture to an 8-bit grayscale TIFF: |
107 |
|
.IP "" .2i |
108 |
< |
normtiff -b scene.pic sceneb.tif |
108 |
> |
normtiff \-b scene.hdr sceneb.tif |
109 |
|
.PP |
110 |
< |
To condition an SGILOG TIFF for a particular film recorder with |
110 |
> |
To condition a high dynamic-range TIFF for a particular film recorder with |
111 |
|
known color primaries, dynamic range and gamma response: |
112 |
|
.IP "" .2i |
113 |
< |
pcond -d 50 -g 2.5 -p .580 .340 .281 .570 .153 .079 .333 .333 orig.tif filmrgb.tif |
113 |
> |
pcond \-d 50 \-g 2.5 \-p .580 .340 .281 .570 .153 .079 .333 .333 orig.tif filmrgb.tif |
114 |
|
.PP |
115 |
|
To simulate human visual response on a monitor with known maximum luminance: |
116 |
|
.IP "" .2i |
117 |
< |
normtiff -h -u 80 scene.pic sceneh.tif |
117 |
> |
normtiff \-h \-u 80 scene.hdr sceneh.tif |
118 |
|
.SH REFERENCE |
119 |
|
Greg Ward Larson, Holly Rushmeier, Christine Piatko, |
120 |
|
``A Visibility Matching Tone Reproduction Operator for High Dynamic Range |