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.1 by greg, Sat Mar 15 17:32:55 2003 UTC vs.
Revision 1.2 by greg, Tue Jul 1 19:04:07 2003 UTC

# Line 5 | Line 5 | ra_tiff - convert RADIANCE picture to/from a TIFF colo
5   .SH SYNOPSIS
6   .B ra_tiff
7   [
8 < .B "-z|-L|-l"
8 > .B "-z|-L|-l|-f|-w"
9   ][
10   .B -b
11   ][
# Line 55 | Line 55 | However, since many TIFF readers do not yet support th
55   use this option under advisement.
56   The
57   .I \-l
58 < option specifies SGILOG24 compressed output, which has slightly
58 > option specifies SGILOG24 compressed output, which has
59   less dynamic range than SGILOG, but may be smaller in some cases.
60 < (It may also be larger in some cases.)\0
60 > (It is usually larger.)\0
61 > The
62 > .I \-f
63 > option specifies 32-bit IEEE floating-point/primary output, which
64 > is the highest resolution format but results in very large files, since
65 > each RGB pixel takes 96 bits (12 bytes) and there is no compression.
66 > The
67 > .I \-w
68 > option specifies 16-bit/primary output, which is understood by
69 > some photo editing software, such as Adobe Photoshop.
70   Decompression is automatically determined for TIFF input.
71   .PP
72   The

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines