| 1 |
+ |
.\" RCSid $Id$ |
| 2 |
|
.TH NORMTIFF 1 2/25/99 RADIANCE |
| 3 |
|
.SH NAME |
| 4 |
< |
normtiff - tone-map and convert RADIANCE picture or SGILOG TIFF to RGB TIFF |
| 4 |
> |
normtiff - tone-map and convert RADIANCE picture or HDR TIFF to standard TIFF |
| 5 |
|
.SH SYNOPSIS |
| 6 |
|
.B normtiff |
| 7 |
|
[ |
| 11 |
|
.B output.tif |
| 12 |
|
.SH DESCRIPTION |
| 13 |
|
.I Normtiff |
| 14 |
< |
prepares a Radiance picture or SGILOG (high dynamic range) TIFF |
| 14 |
> |
prepares a Radiance picture or high dynamic-range TIFF |
| 15 |
|
for output to a display or hard copy device. |
| 16 |
|
If the dynamic range of the scene exceeds that of the display (as is |
| 17 |
|
usually the case), |
| 34 |
|
(See the |
| 35 |
|
.I getinfo(1) |
| 36 |
|
program.)\0 |
| 37 |
< |
If the input is neither a RADIANCE picture nor an SGILOG-encoded TIFF, |
| 37 |
> |
If the input is neither a RADIANCE picture nor a high dynamic-range TIFF, |
| 38 |
|
the program reports an error and exits. |
| 39 |
|
.PP |
| 40 |
|
The following command line options are understood. |
| 44 |
|
.TP 10n |
| 45 |
|
.BR -b |
| 46 |
|
Toggle 8-bit black and white (grayscale) TIFF output. |
| 47 |
< |
If the input is a 16-bit SGILOG luminance-only TIFF, this switch is |
| 47 |
> |
If the input is a grayscale TIFF, this switch is |
| 48 |
|
automatically selected. |
| 49 |
|
Otherwise, the output defaults to 24-bit RGB. |
| 50 |
|
.TP |
| 51 |
+ |
.BR -z |
| 52 |
+ |
Output LZW-compressed TIFF (smaller file). |
| 53 |
+ |
.TP |
| 54 |
|
.BR -h |
| 55 |
|
Mimic human visual response in the output. |
| 56 |
|
The goal of this process is to produce output that correlates |
| 92 |
|
.BI -d \ Lddyn |
| 93 |
|
Specifies the dynamic range for the target output device, which is |
| 94 |
|
the ratio of the maximum and minimum usable display luminances. |
| 95 |
< |
The default value is 32, which is typical for CRT monitors. |
| 95 |
> |
The default value is 100, which is typical for LCD monitors. |
| 96 |
|
.TP |
| 97 |
|
.BI -p " xr yr xg yg xb yb xw yw" |
| 98 |
|
Specifies the RGB primaries for the target output device. |
| 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 an SGILOG TIFF for a particular film recorder with |
| 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 |