| 1 |
greg |
1.1 |
.\" RCSid "$Id" |
| 2 |
|
|
.TH RA_BN 1 11/15/93 RADIANCE |
| 3 |
|
|
.SH NAME |
| 4 |
|
|
ra_bn - convert RADIANCE picture to/from Barneyscan image |
| 5 |
|
|
.SH SYNOPSIS |
| 6 |
|
|
.B ra_bn |
| 7 |
|
|
[ |
| 8 |
|
|
.B "\-g gamma" |
| 9 |
|
|
][ |
| 10 |
|
|
.B "\-e +/-stops" |
| 11 |
|
|
] |
| 12 |
|
|
{ |
| 13 |
|
|
.B input|- |
| 14 |
|
|
} |
| 15 |
|
|
[ |
| 16 |
|
|
.B output |
| 17 |
|
|
] |
| 18 |
|
|
.br |
| 19 |
|
|
.B ra_bn |
| 20 |
|
|
.B \-r |
| 21 |
|
|
[ |
| 22 |
|
|
.B "\-g gamma" |
| 23 |
|
|
][ |
| 24 |
|
|
.B "\-e +/-stops" |
| 25 |
|
|
] |
| 26 |
|
|
.B input |
| 27 |
|
|
[ |
| 28 |
|
|
.B output |
| 29 |
|
|
] |
| 30 |
|
|
.SH DESCRIPTION |
| 31 |
|
|
.I Ra_bn |
| 32 |
|
|
converts between RADIANCE and Barneyscan native RGB image files. |
| 33 |
|
|
Since Barneyscan images are stored in three files, one for each |
| 34 |
|
|
color component, only the root file name is given and the program |
| 35 |
|
|
appends the suffixes "red", "grn" and "blu". |
| 36 |
|
|
The |
| 37 |
|
|
.I \-g |
| 38 |
|
|
option specifies the exponent used in gamma correction; |
| 39 |
|
|
the default value is 2.0. |
| 40 |
|
|
An exponent of 1.0 turns gamma correction off. |
| 41 |
|
|
The |
| 42 |
|
|
.I \-e |
| 43 |
|
|
option specifies an exposure compensation in f-stops (powers of two). |
| 44 |
|
|
Only integer stops are allowed, for efficiency. |
| 45 |
|
|
The |
| 46 |
|
|
.I \-r |
| 47 |
|
|
option invokes a reverse conversion, from a Barneyscan image |
| 48 |
|
|
to a RADIANCE picture. |
| 49 |
|
|
.SH AUTHORS |
| 50 |
|
|
Greg Ward |
| 51 |
|
|
.SH "SEE ALSO" |
| 52 |
|
|
pfilt(1), ra_ppm(1), ra_pr(1), ra_pr24(1), ra_t8(1), ra_t16(1), |
| 53 |
|
|
ra_tiff(1), ximage(1) |