mirror of
https://github.com/boostorg/gil.git
synced 2026-01-24 18:02:17 +00:00
112 lines
4.3 KiB
HTML
112 lines
4.3 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>ToolBox extension - Boost.GIL 1.0 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: '1.0',
|
|
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 1.0 documentation" href="index.html" />
|
|
<link rel="next" title="Numeric extension" href="numeric.html" />
|
|
<link rel="prev" title="IO extensions" href="io.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="IO extensions" href="io.html"><img src="_static/prev.png" alt="prev"/></a>
|
|
<a class="next" title="Numeric extension" href="numeric.html"><img src="_static/next.png" alt="next"/></a>
|
|
|
|
</div>
|
|
|
|
<div class="section" id="toolbox-extension">
|
|
<h1>ToolBox extension</h1>
|
|
<table class="docutils field-list" frame="void" rules="none">
|
|
<col class="field-name" />
|
|
<col class="field-body" />
|
|
<tbody valign="top">
|
|
<tr class="field-odd field"><th class="field-name">authors:</th><td class="field-body">Christian Henning</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="section" id="overview">
|
|
<h2>Overview</h2>
|
|
<p>ToolBox provides some helpful extension for boost::gil that are too small to be an extension themselves. There are:</p>
|
|
<ul class="simple">
|
|
<li>color spaces: cmyka, gray_alpha, hsl, hsv, lab, xyz</li>
|
|
<li>metafunctions: channel_type_to_index, is_bit_aligned, is_similar, is_homogeneous, get_num_bits, channel_type, get_pixel_type, pixel_bit_size</li>
|
|
<li>image types: indexed_image</li>
|
|
<li>color converters: gray -> rgba</li>
|
|
</ul>
|
|
<p>This extension will hopefully be added on by the community.</p>
|
|
<p>This extension is header-only. To use the toolbox just include the boost/gil/extension/toolbox.hpp.</p>
|
|
</div>
|
|
<div class="section" id="folder-structure">
|
|
<h2>Folder Structure</h2>
|
|
<p>The toolbox tries to structure the small boost::gil extension into various folders. There is a folder for color_spaces, metafunctions, image_types, and color converters.</p>
|
|
</div>
|
|
<div class="section" id="acknowledgements">
|
|
<h2>Acknowledgements</h2>
|
|
<p>Thanks to all the people who have reviewed this library and made suggestions for improvements.</p>
|
|
</div>
|
|
<div class="section" id="id1">
|
|
<h2>Reference</h2>
|
|
<p>The <a class="reference external" href="reference.html">Reference</a> section.</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="navbar" style="text-align:right;">
|
|
|
|
|
|
<a class="prev" title="IO extensions" href="io.html"><img src="_static/prev.png" alt="prev"/></a>
|
|
<a class="next" title="Numeric extension" href="numeric.html"><img src="_static/next.png" alt="next"/></a>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |