2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-15 13:12:11 +00:00
This commit is contained in:
github-actions[bot]
2025-11-19 13:36:05 +00:00
parent 373d9d8f08
commit 08908035e5
946 changed files with 38244 additions and 50013 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Generic Image Library: Algorithms and Utility Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -27,30 +27,30 @@
</div>
<hr/>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- Generated by Doxygen 1.9.1 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">Algorithms and Utility Functions<div class="ingroups"><a class="el" href="group___pixel.html">Pixel</a></div></div> </div>
<div class="headertitle"><div class="title">Algorithms and Utility Functions<div class="ingroups"><a class="el" href="group___pixel.html">Pixel</a></div></div></div>
</div><!--header-->
<div class="contents">
<p>Pixel algorithms, metafunctions and utility functions.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1default__color__converter.html">default_color_converter</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">class for color-converting one pixel to another <a href="structboost_1_1gil_1_1default__color__converter.html#details">More...</a><br /></td></tr>
@@ -59,13 +59,13 @@ Classes</h2></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns whether two pixels are compatible Pixels are compatible if their channels and color space types are compatible. Compatible pixels can be assigned and copy constructed from one another. <a href="structboost_1_1gil_1_1pixels__are__compatible.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga2c2107ab8394425575732b46125e2076"><td class="memTemplParams" colspan="2"><a id="ga2c2107ab8394425575732b46125e2076"></a>
<tr class="memitem:ga6b309d4ee9849a769a6eb6ef78a81709" id="r_ga6b309d4ee9849a769a6eb6ef78a81709"><td class="memTemplParams" colspan="2"><a id="ga6b309d4ee9849a769a6eb6ef78a81709" name="ga6b309d4ee9849a769a6eb6ef78a81709"></a>
template&lt;typename SrcP , typename DstP &gt; </td></tr>
<tr class="memitem:ga2c2107ab8394425575732b46125e2076"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___pixel_algorithm.html#ga2c2107ab8394425575732b46125e2076">color_convert</a> (const SrcP &amp;src, DstP &amp;dst)</td></tr>
<tr class="memdesc:ga2c2107ab8394425575732b46125e2076"><td class="mdescLeft">&#160;</td><td class="mdescRight">helper function for converting one pixel to another using GIL default color-converters where ScrP models <a class="el" href="structboost_1_1gil_1_1_homogeneous_pixel_concept.html" title="Homogeneous pixel concept.">HomogeneousPixelConcept</a> DstP models <a class="el" href="structboost_1_1gil_1_1_homogeneous_pixel_value_concept.html" title="Homogeneous pixel concept that is a Regular type.">HomogeneousPixelValueConcept</a> <br /></td></tr>
<tr class="separator:ga2c2107ab8394425575732b46125e2076"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga6b309d4ee9849a769a6eb6ef78a81709"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>color_convert</b> (const SrcP &amp;src, DstP &amp;dst)</td></tr>
<tr class="memdesc:ga6b309d4ee9849a769a6eb6ef78a81709"><td class="mdescLeft">&#160;</td><td class="mdescRight">helper function for converting one pixel to another using GIL default color-converters where ScrP models <a class="el" href="structboost_1_1gil_1_1_homogeneous_pixel_concept.html" title="Homogeneous pixel concept.">HomogeneousPixelConcept</a> DstP models <a class="el" href="structboost_1_1gil_1_1_homogeneous_pixel_value_concept.html" title="Homogeneous pixel concept that is a Regular type.">HomogeneousPixelValueConcept</a> <br /></td></tr>
<tr class="separator:ga6b309d4ee9849a769a6eb6ef78a81709"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Pixel algorithms, metafunctions and utility functions. </p>
@@ -76,7 +76,7 @@ template&lt;typename SrcP , typename DstP &gt; </td></tr>
<hr class="footer"/>
<address class="footer">
<small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.9.1
Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.9.8
</small>
</address>
</body>