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.2 by greg, Mon Jul 14 04:56:53 2003 UTC

# Line 1 | Line 1
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   [
# Line 10 | Line 10 | normtiff - tone-map and convert RADIANCE picture or SG
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),
# Line 33 | Line 33 | as a TIFF if it fails header inspection.
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.
# Line 43 | Line 43 | several of the switches are identical.
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
# Line 104 | Line 104 | To convert a RADIANCE picture to an 8-bit grayscale TI
104   .IP "" .2i
105   normtiff -b scene.pic sceneb.tif
106   .PP
107 < To condition an SGILOG TIFF for a particular film recorder with
107 > To condition a high dynamic-range TIFF for a particular film recorder with
108   known color primaries, dynamic range and gamma response:
109   .IP "" .2i
110   pcond -d 50 -g 2.5 -p .580 .340 .281 .570 .153 .079 .333 .333 orig.tif filmrgb.tif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines