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.6 by greg, Thu Jun 23 18:05:18 2011 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   .PP
40   The following command line options are understood.
# Line 43 | Line 44 | several of the switches are identical.
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
# Line 102 | Line 106 | The default value is 2.2, which is appropriate for mos
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines