108 lines
4.9 KiB
HTML
108 lines
4.9 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>Design Guide - Boost.GIL documentation</title>
|
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="../_static/style.css" type="text/css" />
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: '../',
|
|
VERSION: '',
|
|
COLLAPSE_MODINDEX: false,
|
|
FILE_SUFFIX: '.html'
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
|
<link rel="index" title="Index" href="../genindex.html" />
|
|
<link rel="search" title="Search" href="../search.html" />
|
|
<link rel="top" title="Boost.GIL documentation" href="../index.html" />
|
|
<link rel="next" title="Basics" href="basics.html" />
|
|
<link rel="prev" title="Naming Conventions" href="../naming.html" />
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
|
|
"header">
|
|
<tr>
|
|
<td valign="top" width="300">
|
|
<h3><a href="../index.html"><img
|
|
alt="C++ Boost" src="../_static/gil.png" border="0"></a></h3>
|
|
</td>
|
|
|
|
<td >
|
|
<h1 align="center"><a href="../index.html"></a></h1>
|
|
</td>
|
|
<td>
|
|
<div id="searchbox" style="display: none">
|
|
<form class="search" action="../search.html" method="get">
|
|
<input type="text" name="q" size="18" />
|
|
<input type="submit" value="Search" />
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
</div>
|
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<hr/>
|
|
<div class="content">
|
|
<div class="navbar" style="text-align:right;">
|
|
|
|
|
|
<a class="prev" title="Naming Conventions" href="../naming.html"><img src="../_static/prev.png" alt="prev"/></a>
|
|
<a class="next" title="Basics" href="basics.html"><img src="../_static/next.png" alt="next"/></a>
|
|
|
|
</div>
|
|
|
|
<div class="section" id="design-guide">
|
|
<h1>Design Guide</h1>
|
|
<p>The sections listed below are dedicated to describe the design,
|
|
structure and basic elements of the Generic Image Library (GIL).</p>
|
|
<div class="toctree-wrapper compound">
|
|
<p class="caption"><span class="caption-text">Table of Contents</span></p>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="basics.html">Basics</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="concepts.html">Concepts</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="point.html">Point</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="channel.html">Channel</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="color_space.html">Color Space and Layout</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="color_base.html">Color Base</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="pixel.html">Pixel</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="pixel_iterator.html">Pixel Iterator</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="pixel_locator.html">Pixel Locator</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="image_view.html">Image View</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="image.html">Image</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="dynamic_image.html">Dynamic images and image views</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="metafunctions.html">Metafunctions</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="technicalities.html">Technicalities</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="extending.html">Extending</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="conclusions.html">Conclusions</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="navbar" style="text-align:right;">
|
|
|
|
|
|
<a class="prev" title="Naming Conventions" href="../naming.html"><img src="../_static/prev.png" alt="prev"/></a>
|
|
<a class="next" title="Basics" href="basics.html"><img src="../_static/next.png" alt="next"/></a>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="footer" role="contentinfo">
|
|
Last updated on 2021-04-13 16:04:40.
|
|
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
|
|
</div>
|
|
</body>
|
|
</html> |