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

Comparing ray/doc/man/man1/ra_tiff.1 (file contents):
Revision 1.5 by greg, Tue Sep 4 17:36:40 2007 UTC vs.
Revision 1.7 by greg, Fri Oct 4 18:49:06 2024 UTC

# Line 14 | Line 14 | ra_tiff - convert RADIANCE picture to/from a TIFF colo
14   .B "-g gamma"
15   ]
16   {
17 < .B "in.pic|-"
17 > .B "in.hdr|-"
18   }
19   .B out.tif
20   .br
# Line 28 | Line 28 | ra_tiff - convert RADIANCE picture to/from a TIFF colo
28   ]
29   .B in.tif
30   [
31 < .B "out.pic|-"
31 > .B "out.hdr|-"
32   ]
33   .SH DESCRIPTION
34   .I Ra_tiff
# Line 74 | Line 74 | The
74   option specifies an exposure compensation in f-stops (powers of two).
75   Only integer stops are allowed, for efficiency.
76   .PP
77 + If the Radiance input is a hyperspectral picture, it will be
78 + converted accurately if the output is anything but 24-bit RGB.
79 + In the latter case, the converted colors will be approximate.
80 + .PP
81   The
82   .I \-r
83   option invokes a reverse conversion, from a TIFF image to
# Line 88 | Line 92 | than the default RGBE.
92   .SH EXAMPLES
93   To convert a Radiance picture to SGILOG-compressed TIFF format:
94   .IP "" .2i
95 < ra_tiff \-L scene1.pic scene1.tif
95 > ra_tiff \-L scene1.hdr scene1.tif
96   .PP
97   To later convert this image back into Radiance and display using
98   human visibility tone-mapping:
99   .IP "" .2i
100 < ra_tiff \-r scene1.tif scene1.pic
100 > ra_tiff \-r scene1.tif scene1.hdr
101   .br
102 < ximage \-e human scene1.pic
102 > ximage \-e human scene1.hdr
103   .SH AUTHOR
104 < Greg Ward Larson
104 > Greg Ward
105   .br
106   Sam Leffler
107   .SH ACKNOWLEDGEMENT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines