Imported Upstream version 1.71.0
[platform/upstream/boost.git] / libs / gil / io / doc / html / index.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Chapter&#160;1.&#160;Boost.GIL.IO</title>
5 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7 <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Boost.GIL.IO">
8 <link rel="next" href="gil/io/tutorial.html" title="Tutorial">
9 </head>
10 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11 <table cellpadding="2" width="100%"><tr>
12 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
13 <td align="center"><a href="../../../../../index.html">Home</a></td>
14 <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
15 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
16 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
17 <td align="center"><a href="../../../../../more/index.htm">More</a></td>
18 </tr></table>
19 <hr>
20 <div class="spirit-nav"><a accesskey="n" href="gil/io/tutorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
21 <div class="chapter">
22 <div class="titlepage"><div>
23 <div><h2 class="title">
24 <a name="gil.io"></a>Chapter&#160;1.&#160;Boost.GIL.IO</h2></div>
25 <div><div class="author"><h3 class="author">
26 <span class="firstname">Christian</span> <span class="surname">Henning</span>
27 </h3></div></div>
28 <div><p class="copyright">Copyright &#169; 2013 Christian Henning</p></div>
29 <div><div class="legalnotice">
30 <a name="gil.io.legal"></a><p>
31         Distributed under the Boost Software License, Version 1.0. (See accompanying
32         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
33       </p>
34 </div></div>
35 </div></div>
36 <div class="toc">
37 <p><b>Table of Contents</b></p>
38 <dl>
39 <dt><span class="section"><a href="index.html#gil.io.overview">Overview</a></span></dt>
40 <dt><span class="section"><a href="gil/io/tutorial.html">Tutorial</a></span></dt>
41 <dt><span class="section"><a href="gil/io/using_io.html">Using IO</a></span></dt>
42 <dt><span class="section"><a href="gil/io/running_gil__io_tests.html">Running gil::io tests</a></span></dt>
43 </dl>
44 </div>
45 <div class="section gil_io_overview">
46 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
47 <a name="gil.io.overview"></a><a class="link" href="index.html#gil.io.overview" title="Overview">Overview</a>
48 </h2></div></div></div>
49 <p>
50       This extension to boost::gil provides an easy to use interface for reading
51       and writing various image formats. It also includes a framework for adding
52       new formats.
53     </p>
54 <p>
55       Please see section 3.3 for all supported image formats. A basic tutorial is
56       provided in section <a class="link" href="gil/io/tutorial.html" title="Tutorial">Tutorial</a>. Also,
57       this extension requires Boost version 1.42 and up. Furthermore the gil extension
58       Toolbox is used.
59     </p>
60 <p>
61       For adding new image formats please refer to section <a class="link" href="gil/io/using_io.html#gil.io.using_io.extending_gil__io_with_new_formats">Extending
62       GIL::IO with new Formats</a>.
63     </p>
64 <h3>
65 <a name="gil.io.overview.h0"></a>
66       <span class="phrase"><a name="gil.io.overview.supported_platforms"></a></span><a class="link" href="index.html#gil.io.overview.supported_platforms">Supported
67       Platforms</a>
68     </h3>
69 <p>
70       All platforms supported by boost which have a decent C++ compiler. Depending
71       on the image format one or more of the following image libraries might be needed:
72     </p>
73 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
74 <li class="listitem">
75           libtiff
76         </li>
77 <li class="listitem">
78           libjpeg
79         </li>
80 <li class="listitem">
81           libpng
82         </li>
83 <li class="listitem">
84           libraw
85         </li>
86 <li class="listitem">
87           zlib
88         </li>
89 </ul></div>
90 <p>
91       The library is designed to support as many formats as required by the user.
92       For instance, if the user only needs bmp support none of the above mentioned
93       dependencies are required.
94     </p>
95 <p>
96       There are more details available in this documentation on the image format
97       dependencies. Please see section <a class="link" href="gil/io/using_io.html#gil.io.using_io.supported_image_formats">Supported
98       Image Formats</a>.
99     </p>
100 </div>
101 </div>
102 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
103 <td align="left"><p><small>Last revised: March 27, 2013 at 19:10:30 GMT</small></p></td>
104 <td align="right"><div class="copyright-footer"></div></td>
105 </tr></table>
106 <hr>
107 <div class="spirit-nav"><a accesskey="n" href="gil/io/tutorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
108 </body>
109 </html>