]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/gil/doc/html/jpeg__io_8hpp.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / gil / doc / html / jpeg__io_8hpp.html
1 <!-- Copyright 2008 Lubomir Bourdev and Hailin Jin
2
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt)
6 -->
7
8 <!--
9 Copyright 2005-2007 Adobe Systems Incorporated
10 Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
11 or a copy at http://stlab.adobe.com/licenses.html)
12
13 Some files are held under additional license.
14 Please see "http://stlab.adobe.com/licenses.html" for more information.
15 -->
16
17 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
18 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
19 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
20
21 <head>
22 <TITLE>Generic Image Library: jpeg_io.hpp File Reference</TITLE>
23 <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
24 <LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/>
25 </head>
26 <body>
27 <table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr>
28 <td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'>
29 <div class="qindex"><a class="qindex" href="index.html">Modules</a>
30 | <a class="qindex" href="classes.html">Alphabetical List</a>
31 | <a class="qindex" href="annotated.html">Class List</a>
32 | <a class="qindex" href="dirs.html">Directories</a>
33 | <a class="qindex" href="files.html">File List</a>
34 | <a class="qindex" href="../index.html">GIL Home Page</a>
35 </div>
36 <!-- End Header -->
37 <!-- Generated by Doxygen 1.5.6 -->
38 <div class="navpath"><a class="el" href="g_i_l_0076.html">boost</a>&nbsp;&raquo&nbsp;<a class="el" href="g_i_l_0079.html">gil</a>&nbsp;&raquo&nbsp;<a class="el" href="g_i_l_0078.html">extension</a>&nbsp;&raquo&nbsp;<a class="el" href="g_i_l_0077.html">io</a>
39 </div>
40 <div class="contents">
41 <h1>jpeg_io.hpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
42 Support for reading and writing JPEG files Requires libjpeg.
43 <p>
44 <dl class="author" compact><dt><b>Author:</b></dt><dd>Hailin Jin and Lubomir Bourdev <br>
45 Adobe Systems Incorporated </dd></dl>
46 <dl class="date" compact><dt><b>Date:</b></dt><dd>2005-2007 <br>
47 Last updated September 24, 2006 </dd></dl>
48
49 <p>
50 <code>#include &lt;cstdio&gt;</code><br>
51 <code>#include &lt;algorithm&gt;</code><br>
52 <code>#include &lt;string&gt;</code><br>
53 <code>#include &lt;boost/static_assert.hpp&gt;</code><br>
54 <code>#include &lt;boost/shared_ptr.hpp&gt;</code><br>
55 <code>#include &lt;jpeglib.h&gt;</code><br>
56 <code>#include &quot;<a class="el" href="g_i_l_0228.html">io_error.hpp</a>&quot;</code><br>
57 <code>#include &quot;<a class="el" href="g_i_l_0234.html">jpeg_io_private.hpp</a>&quot;</code><br>
58
59 <p>
60 <a href="g_i_l_0233.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
61 <tr><td></td></tr>
62 <tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
63 <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr>
64
65 <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><b>boost::gil</b></td></tr>
66
67 <tr><td colspan="2"><br><h2>Classes</h2></td></tr>
68 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0555.html">jpeg_read_support</a></td></tr>
69
70 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determines whether the given view type is supported for reading. <a href="g_i_l_0555.html#_details">More...</a><br></td></tr>
71 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0557.html">jpeg_write_support</a></td></tr>
72
73 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determines whether the given view type is supported for writing. <a href="g_i_l_0557.html#_details">More...</a><br></td></tr>
74 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
75 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g10d06211a2d4ba61145b50cf04f3ad85"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_dimensions" ref="g10d06211a2d4ba61145b50cf04f3ad85" args="(const char *filename)" -->
76 point2&lt; std::ptrdiff_t &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g10d06211a2d4ba61145b50cf04f3ad85">jpeg_read_dimensions</a> (const char *filename)</td></tr>
77
78 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the width and height of the JPEG file at the specified location. Throws std::ios_base::failure if the location does not correspond to a valid JPEG file. <br></td></tr>
79 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g21fa19b7e1fe494fcfc2ed43d8592f8c"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_dimensions" ref="g21fa19b7e1fe494fcfc2ed43d8592f8c" args="(const std::string &amp;filename)" -->
80 point2&lt; std::ptrdiff_t &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g21fa19b7e1fe494fcfc2ed43d8592f8c">jpeg_read_dimensions</a> (const std::string &amp;filename)</td></tr>
81
82 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the width and height of the JPEG file at the specified location. Throws std::ios_base::failure if the location does not correspond to a valid JPEG file. <br></td></tr>
83 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g4e8ae7c617147cf99f7a2aa37e44f28c"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_view" ref="g4e8ae7c617147cf99f7a2aa37e44f28c" args="(const char *filename, const View &amp;view)" -->
84 template&lt;typename View&gt; </td></tr>
85 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g4e8ae7c617147cf99f7a2aa37e44f28c">jpeg_read_view</a> (const char *filename, const View &amp;view)</td></tr>
86
87 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Loads the <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> specified by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file name into the given view. Triggers a compile assert if the view color space and channel depth are not supported by the JPEG library or by the I/O extension. Throws std::ios_base::failure if the file is not a valid JPEG file, or if its color space or channel depth are not compatible with the ones specified by View, or if its dimensions don't match the ones of the view. <br></td></tr>
88 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gb5a415b1f4ef559bf78affc4b9ce0358"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_view" ref="gb5a415b1f4ef559bf78affc4b9ce0358" args="(const std::string &amp;filename, const View &amp;view)" -->
89 template&lt;typename View&gt; </td></tr>
90 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#gb5a415b1f4ef559bf78affc4b9ce0358">jpeg_read_view</a> (const std::string &amp;filename, const View &amp;view)</td></tr>
91
92 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Loads the <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> specified by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file name into the given view. <br></td></tr>
93 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gfb203fbcc1d3e5ea247068b404b58e91"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_image" ref="gfb203fbcc1d3e5ea247068b404b58e91" args="(const char *filename, Image &amp;im)" -->
94 template&lt;typename Image&gt; </td></tr>
95 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#gfb203fbcc1d3e5ea247068b404b58e91">jpeg_read_image</a> (const char *filename, Image &amp;im)</td></tr>
96
97 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Allocates a new <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> whose dimensions are determined by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file, and loads the pixels into it. Triggers a compile assert if the <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> color space or channel depth are not supported by the JPEG library or by the I/O extension. Throws std::ios_base::failure if the file is not a valid JPEG file, or if its color space or channel depth are not compatible with the ones specified by Image. <br></td></tr>
98 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g02171bdd359b1fb5fc89ad34a0732494"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_image" ref="g02171bdd359b1fb5fc89ad34a0732494" args="(const std::string &amp;filename, Image &amp;im)" -->
99 template&lt;typename Image&gt; </td></tr>
100 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g02171bdd359b1fb5fc89ad34a0732494">jpeg_read_image</a> (const std::string &amp;filename, Image &amp;im)</td></tr>
101
102 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Allocates a new <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> whose dimensions are determined by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file, and loads the pixels into it. <br></td></tr>
103 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="ged18c0f8084bedab8804d2cd1b0b284d"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_and_convert_view" ref="ged18c0f8084bedab8804d2cd1b0b284d" args="(const char *filename, const View &amp;view, CC cc)" -->
104 template&lt;typename View, typename CC&gt; </td></tr>
105 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#ged18c0f8084bedab8804d2cd1b0b284d">jpeg_read_and_convert_view</a> (const char *filename, const View &amp;view, CC cc)</td></tr>
106
107 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Loads and color-converts the <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> specified by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file name into the given view. Throws std::ios_base::failure if the file is not a valid JPEG file, or if its dimensions don't match the ones of the view. <br></td></tr>
108 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g78a3eed977abde42c3402a88a5f11e10"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_and_convert_view" ref="g78a3eed977abde42c3402a88a5f11e10" args="(const char *filename, const View &amp;view)" -->
109 template&lt;typename View&gt; </td></tr>
110 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g78a3eed977abde42c3402a88a5f11e10">jpeg_read_and_convert_view</a> (const char *filename, const View &amp;view)</td></tr>
111
112 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Loads and color-converts the <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> specified by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file name into the given view. Throws std::ios_base::failure if the file is not a valid JPEG file, or if its dimensions don't match the ones of the view. <br></td></tr>
113 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gf162e38328791b405a57e079eecc6a54"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_and_convert_view" ref="gf162e38328791b405a57e079eecc6a54" args="(const std::string &amp;filename, const View &amp;view, CC cc)" -->
114 template&lt;typename View, typename CC&gt; </td></tr>
115 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#gf162e38328791b405a57e079eecc6a54">jpeg_read_and_convert_view</a> (const std::string &amp;filename, const View &amp;view, CC cc)</td></tr>
116
117 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Loads and color-converts the <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> specified by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file name into the given view. <br></td></tr>
118 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="ga30345368e41c777d30351666ce7e93b"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_and_convert_view" ref="ga30345368e41c777d30351666ce7e93b" args="(const std::string &amp;filename, const View &amp;view)" -->
119 template&lt;typename View&gt; </td></tr>
120 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#ga30345368e41c777d30351666ce7e93b">jpeg_read_and_convert_view</a> (const std::string &amp;filename, const View &amp;view)</td></tr>
121
122 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Loads and color-converts the <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> specified by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file name into the given view. <br></td></tr>
123 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gbe915826a254db40e74e783255b502e4"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_and_convert_image" ref="gbe915826a254db40e74e783255b502e4" args="(const char *filename, Image &amp;im, CC cc)" -->
124 template&lt;typename Image, typename CC&gt; </td></tr>
125 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#gbe915826a254db40e74e783255b502e4">jpeg_read_and_convert_image</a> (const char *filename, Image &amp;im, CC cc)</td></tr>
126
127 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Allocates a new <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> whose dimensions are determined by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file, loads and color-converts the pixels into it. Throws std::ios_base::failure if the file is not a valid JPEG file. <br></td></tr>
128 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g9aca5b2912f7e52f6c10d30be27b051d"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_and_convert_image" ref="g9aca5b2912f7e52f6c10d30be27b051d" args="(const char *filename, Image &amp;im)" -->
129 template&lt;typename Image&gt; </td></tr>
130 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g9aca5b2912f7e52f6c10d30be27b051d">jpeg_read_and_convert_image</a> (const char *filename, Image &amp;im)</td></tr>
131
132 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Allocates a new <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> whose dimensions are determined by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file, loads and color-converts the pixels into it. Throws std::ios_base::failure if the file is not a valid JPEG file. <br></td></tr>
133 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g689d32dffbcddd731b7314362a85a7ee"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_and_convert_image" ref="g689d32dffbcddd731b7314362a85a7ee" args="(const std::string &amp;filename, Image &amp;im, CC cc)" -->
134 template&lt;typename Image, typename CC&gt; </td></tr>
135 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g689d32dffbcddd731b7314362a85a7ee">jpeg_read_and_convert_image</a> (const std::string &amp;filename, Image &amp;im, CC cc)</td></tr>
136
137 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Allocates a new <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> whose dimensions are determined by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file, loads and color-converts the pixels into it. <br></td></tr>
138 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g6de4bc4d35308da0326b98b0e52aa335"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_read_and_convert_image" ref="g6de4bc4d35308da0326b98b0e52aa335" args="(const std::string &amp;filename, Image &amp;im)" -->
139 template&lt;typename Image&gt; </td></tr>
140 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g6de4bc4d35308da0326b98b0e52aa335">jpeg_read_and_convert_image</a> (const std::string &amp;filename, Image &amp;im)</td></tr>
141
142 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Allocates a new <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> whose dimensions are determined by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file, loads and color-converts the pixels into it. <br></td></tr>
143 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g565d99caa50193f98f49728c8b9d807e"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_write_view" ref="g565d99caa50193f98f49728c8b9d807e" args="(const char *filename, const View &amp;view, int quality=100)" -->
144 template&lt;typename View&gt; </td></tr>
145 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g565d99caa50193f98f49728c8b9d807e">jpeg_write_view</a> (const char *filename, const View &amp;view, int quality=100)</td></tr>
146
147 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Saves the view to a jpeg file specified by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file name. Triggers a compile assert if the view color space and channel depth are not supported by the JPEG library or by the I/O extension. Throws std::ios_base::failure if it fails to create the file. <br></td></tr>
148 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g63405962170c1f94d6318d46134db7f4"></a><!-- doxytag: member="jpeg_io.hpp::jpeg_write_view" ref="g63405962170c1f94d6318d46134db7f4" args="(const std::string &amp;filename, const View &amp;view, int quality=100)" -->
149 template&lt;typename View&gt; </td></tr>
150 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0169.html#g63405962170c1f94d6318d46134db7f4">jpeg_write_view</a> (const std::string &amp;filename, const View &amp;view, int quality=100)</td></tr>
151
152 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Saves the view to a jpeg file specified by the given jpeg <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> file name. <br></td></tr>
153 </table>
154 </div>
155 <hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 13:50:16 2009 for Generic Image Library by&nbsp;
156 <a href="http://www.doxygen.org/index.html">
157 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
158 </body>
159 </html>