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.3 by greg, Tue Jun 14 22:23:30 2005 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 HDR TIFF to standard TIFF
# Line 35 | Line 36 | as a TIFF if it fails header inspection.
36   program.)\0
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 91 | 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 105 | 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 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 124 | Line 129 | December 1997.
129   .PP
130   http://positron.cs.berkeley.edu/gwlarson/pixformat/
131   .SH AUTHOR
132 < Greg Ward Larson
128 < .SH ACKNOWLEDGMENT
129 < 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