ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/ra_bn.1
Revision: 1.3
Committed: Fri Mar 26 22:58:20 2004 UTC (20 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R6P1, rad3R6
Changes since 1.2: +2 -2 lines
Log Message:
Added support to ra_bmp for 16-bit images and RLE, plus created man page

File Contents

# Content
1 .\" RCSid "$Id: ra_bn.1,v 1.2 2003/12/09 15:59:06 greg Exp $"
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_bmp(1), ra_ppm(1), ra_pr(1), ra_pr24(1), ra_t8(1), ra_t16(1),
53 ra_tiff(1), ximage(1)