ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/ra_xyze.1
(Generate patch)

Comparing ray/doc/man/man1/ra_xyze.1 (file contents):
Revision 1.2 by greg, Tue Dec 9 15:59:06 2003 UTC vs.
Revision 1.6 by greg, Thu Dec 16 21:34:41 2010 UTC

# Line 9 | Line 9 | ra_xyze - convert between RADIANCE RGBE and XYZE forma
9   ][
10   .B "\-e exposure"
11   ][
12 + .B \-o
13 + ][
14   .B \-c
15   |
16   .B \-u
# Line 29 | Line 31 | The
31   .I \-e
32   option specifies an exposure compensation, which may be given as
33   a decimal multiplier or in f-stops (powers of two).
34 + The
35 + .I \-o
36 + option may be used to specify original units, to which the exposure
37 + compensation is applied.
38 + Otherwise, the multiplier is in addition to any previous exposure adjustment.
39   By default,
40   .I ra_xyze
41   produces a flat XYZE RADIANCE picture file from any type of RADIANCE
# Line 44 | Line 51 | The
51   .I \-r
52   option causes
53   .I ra_xyze
54 < to produce a run-length encoded RGBE file instead.
54 > to produce a run-length encoded RGBE file instead, unless
55 > .I \-u
56 > is given, also, when it will produce a flat RGBE file.
57   The
58   .I \-p
59   option may be used to override the standard RADIANCE RGB primary
# Line 55 | Line 64 | CIE (x,y) chromaticity coordinates of the three RGB pr
64   plus the white point, in that order.
65   The new primaries will be recorded in the header of the output file,
66   so that the original information may be fully recovered later.
67 < It is not necessary that the input file by in XYZE format.
67 > It is not necessary that the input file be in XYZE format.
68   Th
69   .I \-r
70   option may therefore be used to convert from one RGB primary
# Line 92 | Line 101 | To convert RGBE output from
101   .I rpict(1)
102   into run-length encoded XYZE format:
103   .IP "" .2i
104 < rpict [options] scene.oct | ra_xyze -c > scene_xyz.pic
104 > rpict [options] scene.oct | ra_xyze \-c > scene_xyz.hdr
105   .PP
106   To prepare a RADIANCE picture for display on a calibrated NTSC monitor:
107   .IP "" .2i
108 < ra_xyze -r -p .670 .330 .210 .710 .140 .080 .333 .333 stand.pic ntsc.pic
108 > ra_xyze \-r \-p .670 .330 .210 .710 .140 .080 .333 .333 stand.hdr ntsc.hdr
109   .SH AUTHOR
110   Greg Ward
111   .SH BUGS
# Line 117 | Line 126 | options first.
126   COLORCORR= lines multiplied together.)
127   Better still, get the picture before color correction is applied.
128   .SH "SEE ALSO"
129 < pfilt(1), ra_rgbe(1), rpict(1)
129 > pfilt(1), pvalue(1), ra_rgbe(1), rpict(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines