ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/ra_pr24.1
Revision: 1.2
Committed: Tue Dec 9 15:59:06 2003 UTC (20 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Fixed RCSid specification

File Contents

# User Rev Content
1 greg 1.2 .\" RCSid "$Id$"
2 greg 1.1 .TH RA_PR24 1 11/15/93 RADIANCE
3     .SH NAME
4     ra_pr24 - convert RADIANCE picture to/from 24-bit rasterfile
5     .SH SYNOPSIS
6     .B ra_pr24
7     [
8     .B \-r
9     |
10     .B \-rgb
11     ][
12     .B "\-g gamma"
13     ][
14     .B "\-e +/-stops"
15     ]
16     [
17     .B input
18     [
19     .B output
20     ]
21     ]
22     .SH DESCRIPTION
23     .I Ra_pr24
24     converts between RADIANCE and 24-bit pixrect rasterfile formats.
25     The
26     .I \-g
27     option specifies the exponent used in gamma correction;
28     the default value is 2.2.
29     An exponent of 1 turns gamma correction off.
30     The
31     .I \-e
32     option specifies an exposure compensation in f-stops (powers of two).
33     Only integer stops are allowed, for efficiency.
34     The
35     .I \-r
36     option invokes a reverse conversion, from a 24-bit rasterfile to
37     a RADIANCE picture.
38     If the
39     .I \-rgb
40     option is used, the output rasterfile will be in RGB byte-ordering
41     rather than the more standard (for Sun) BGR ordering.
42     Byte ordering is determined automatically for the reverse
43     conversion.
44     If the output file is missing, the standard output is used.
45     If the input file is missing as well, the standard input is used.
46     .SH AUTHOR
47     Greg Ward
48     .SH BUGS
49     Only standard 24-bit color rasterfiles are read or written.
50     .SH "SEE ALSO"
51     pfilt(1), ra_bn(1), ra_ppm(1), ra_pr(1), ra_t8(1), ra_t16(1),
52     ra_tiff(1), ximage(1)