--- ray/doc/man/man1/ra_tiff.1 2003/03/15 17:32:55 1.1 +++ ray/doc/man/man1/ra_tiff.1 2004/03/26 22:58:20 1.4 @@ -5,7 +5,7 @@ ra_tiff - convert RADIANCE picture to/from a TIFF colo .SH SYNOPSIS .B ra_tiff [ -.B "-z|-L|-l" +.B "-z|-L|-l|-f|-w" ][ .B -b ][ @@ -55,9 +55,18 @@ However, since many TIFF readers do not yet support th use this option under advisement. The .I \-l -option specifies SGILOG24 compressed output, which has slightly +option specifies SGILOG24 compressed output, which has less dynamic range than SGILOG, but may be smaller in some cases. -(It may also be larger in some cases.)\0 +(It is usually larger.)\0 +The +.I \-f +option specifies 32-bit IEEE floating-point/primary output, which +is the highest resolution format but results in very large files, since +each RGB pixel takes 96 bits (12 bytes) and does not compress well. +The +.I \-w +option specifies 16-bit/primary output, which is understood by +some photo editing software, such as Adobe Photoshop. Decompression is automatically determined for TIFF input. .PP The @@ -101,5 +110,5 @@ Many TIFF file subtypes are not supported. A gamma value other than 2.2 is not properly recorded or understood if recorded in the TIFF file. .SH "SEE ALSO" -pfilt(1), ra_bn(1), ra_ppm(1), ra_pr(1), ra_pr24(1), ra_t8(1), +pfilt(1), ra_bmp(1), ra_bn(1), ra_ppm(1), ra_pr(1), ra_pr24(1), ra_t8(1), ra_t16(1), ximage(1)