doc: Rename 'localhost' subdirectory to more relevant 'html-original'.
[Ale.git] / doc / html-original / ALE / download / ale-0.8.x-user / rendering / EPPM / index.html
blob6d10493b649e59fc040b7d2db948f5ecfbfcbdca
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>ALE User Manual: EPPM Files</title>
5 <style type="text/css">
6 TABLE.ba { max-width: 678; text-align: center; padding-bottom: 15; padding-top: 5}
7 TABLE.inline { padding-right: 300; clear: left}
8 TD.text_table {padding-left: 2; padding-right: 2; border-width: 1}
9 H2 {clear: left}
10 P {max-width: none; padding-right: 300; clear: left}
11 BLOCKQUOTE {padding-right: 400 }
12 LI {max-width: 640; clear: left}
13 P.footer {max-width: none; width: auto; padding-left: 0}
14 P.header {max-width: none; width: auto; padding-left: 0}
15 HR.main {max-width: 640; clear: left; padding-left: 0; margin-left: 0}
16 HR.footer {clear: both}
17 </style>
19 </head>
20 <body>
27 <table align=right valign=top width=160>
28 <td valign=top height=600 width=160>
29 <a href="http://auricle.dyndns.org/ALE/">
30 <big>ALE</big>
31 <br>
32 Image Processing Software
33 <br>
34 <br>
35 <small>Deblurring, Anti-aliasing, and Superresolution.</small></a>
36 <br><br>
37 <big>
38 Local Operation
39 </big>
40 <hr>
41 localhost<br>
42 2684415918<br>
43 </table>
48 <p><b>[ <a href="../">Up</a> ]</b></p>
49 <h1>EPPM Files</h1>
51 <p>EPPM is an extension to the PPM file format that allows specification of
52 metadata. The header of an EPPM file conforms to the following template:
54 <pre>
55 P6#E
56 # Tag1: Value
57 # Tag2: Value
58 # Tag3: Value
59 # .
60 # .
61 # .
62 Width Height Maxval
63 Data
64 </pre>
66 <p>Tags recognized by ALE are outlined below.
68 <h2>Black level</h2>
70 <P>The black level tag specifies a value that should be subtracted from
71 all pixels in order to achieve linearity. A modified version of dcraw (<a
72 href="/darcs/dcraw">darcs repository</a>) can be used to generate files
73 containing this tag.
75 <pre>
76 # Black-level: &lt;value&gt;
77 </pre>
79 <h2>Exposure tags</h2>
81 <p>Exposure tags can be used for determining tonal registration through
82 specification of shutter speed, aperture, and ISO sensitivity (or gain).
84 <pre>
85 # Shutter: &lt;value&gt;
86 # Shutter: 1/&lt;value&gt;
87 # Aperture: &lt;f-number&gt;
88 # ISO: &lt;value&gt;
89 # Gain: &lt;value&gt;
90 </pre>
95 <br>
96 <hr>
97 <i>Copyright 2003, 2004 <a href="mailto:dhilvert@auricle.dyndns.org">David Hilvert</a></i>
98 <p>Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
101 </body>
102 </html>