2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-02 21:02:13 +00:00
Files
gil/io/doc/html/index.html
Christian Henning 7d75431605 Removed my email address link.
[SVN r83607]
2018-06-27 00:02:27 -04:00

110 lines
4.8 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Chapter&#160;1.&#160;Boost.GIL.IO</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="index.html" title="Chapter&#160;1.&#160;Boost.GIL.IO">
<link rel="next" href="gil/io/tutorial.html" title="Tutorial">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="gil/io/tutorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="gil.io"></a>Chapter&#160;1.&#160;Boost.GIL.IO</h2></div>
<div><div class="author"><h3 class="author">
<span class="firstname">Christian</span> <span class="surname">Henning</span>
</h3></div></div>
<div><p class="copyright">Copyright &#169; 2013 Christian Henning</p></div>
<div><div class="legalnotice">
<a name="gil.io.legal"></a><p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
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>)
</p>
</div></div>
</div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="section"><a href="index.html#gil.io.overview">Overview</a></span></dt>
<dt><span class="section"><a href="gil/io/tutorial.html">Tutorial</a></span></dt>
<dt><span class="section"><a href="gil/io/using_io.html">Using IO</a></span></dt>
<dt><span class="section"><a href="gil/io/running_gil__io_tests.html">Running gil::io tests</a></span></dt>
</dl>
</div>
<div class="section gil_io_overview">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="gil.io.overview"></a><a class="link" href="index.html#gil.io.overview" title="Overview">Overview</a>
</h2></div></div></div>
<p>
This extension to boost::gil provides an easy to use interface for reading
and writing various image formats. It also includes a framework for adding
new formats.
</p>
<p>
Please see section 3.3 for all supported image formats. A basic tutorial is
provided in section <a class="link" href="gil/io/tutorial.html" title="Tutorial">Tutorial</a>. Also,
this extension requires Boost version 1.42 and up. Furthermore the gil extension
Toolbox is used.
</p>
<p>
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
GIL::IO with new Formats</a>.
</p>
<h3>
<a name="gil.io.overview.h0"></a>
<span class="phrase"><a name="gil.io.overview.supported_platforms"></a></span><a class="link" href="index.html#gil.io.overview.supported_platforms">Supported
Platforms</a>
</h3>
<p>
All platforms supported by boost which have a decent C++ compiler. Depending
on the image format one or more of the following image libraries might be needed:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
libtiff
</li>
<li class="listitem">
libjpeg
</li>
<li class="listitem">
libpng
</li>
<li class="listitem">
libraw
</li>
<li class="listitem">
zlib
</li>
</ul></div>
<p>
The library is designed to support as many formats as required by the user.
For instance, if the user only needs bmp support none of the above mentioned
dependencies are required.
</p>
<p>
There are more details available in this documentation on the image format
dependencies. Please see section <a class="link" href="gil/io/using_io.html#gil.io.using_io.supported_image_formats">Supported
Image Formats</a>.
</p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: March 27, 2013 at 19:10:30 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="gil/io/tutorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
</body>
</html>