ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/normtiff.1
(Generate patch)

Comparing ray/doc/man/man1/normtiff.1 (file contents):
Revision 1.1 by greg, Sat Mar 15 17:32:55 2003 UTC vs.
Revision 1.8 by greg, Wed Oct 2 15:58:56 2024 UTC

# Line 1 | Line 1
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   [
# Line 10 | Line 11 | normtiff - tone-map and convert RADIANCE picture or SG
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),
# Line 33 | Line 34 | as a TIFF if it fails header inspection.
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 + 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
# Line 43 | Line 48 | several of the switches are identical.
48   .TP 10n
49   .BR -b
50   Toggle 8-bit black and white (grayscale) TIFF output.
51 < If the input is a 16-bit SGILOG luminance-only TIFF, this switch is
51 > If the input is a grayscale TIFF, this switch is
52   automatically selected.
53   Otherwise, the output defaults to 24-bit RGB.
54   .TP
55 + .BR -z
56 + Output LZW-compressed TIFF (smaller file).
57 + .TP
58   .BR -h
59   Mimic human visual response in the output.
60   The goal of this process is to produce output that correlates
# Line 88 | Line 96 | The default value is 100 cd/m^2.
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.
# Line 102 | Line 110 | The default value is 2.2, which is appropriate for mos
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 an SGILOG TIFF for a particular film recorder with
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
# Line 121 | Line 129 | December 1997.
129   .PP
130   http://positron.cs.berkeley.edu/gwlarson/pixformat/
131   .SH AUTHOR
132 < Greg Ward Larson
125 < .SH ACKNOWLEDGMENT
126 < 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines