<!-- iframe showing the search results (closed by default) -->
<divid="MSearchResultsWindow">
<iframesrc="javascript:void(0)"frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<divclass="header">
<divclass="headertitle">
<divclass="title">OpenGL Image (GLI) </div></div>
</div><!--header-->
<divclass="contents">
<divclass="textblock"><p><ahref="http://gli.g-truc.net/">OpenGL Image</a> (<em>GLI</em>) is a header only C++ image library for graphics software.(<em>GLI</em>) provides classes and functions to load image files (<ahref="https://www.khronos.org/opengles/sdk/tools/KTX/">KTX</a> and <ahref="https://msdn.microsoft.com/en-us/library/windows/desktop/bb943990%28v=vs.85%29.aspx">DDS</a>), facilitate graphics APIs texture creation, compare textures, access texture texels, sample textures, convert textures, generate mipmaps, etc.</p>
<p>This library works perfectly with <ahref="https://www.opengl.org">OpenGL</a> or <ahref="https://www.khronos.org/vulkan">Vulkan</a> but it also ensures interoperability with other third party libraries and SDK. It is a good candidate for software rendering (raytracing / rasterisation), image processing, image based software testing or any development context that requires a simple and convenient image library.</p>
<p><em>GLI</em> is written in C++11. It is a platform independent library with no dependence and it supports the following compilers:</p><ul>
<li><ahref="https://developer.apple.com/library/mac/documentation/CompilerTools/Conceptual/LLVMCompilerOverview/index.html">Apple Clang 4.0</a> and higher</li>
<li><ahref="http://gcc.gnu.org/">GCC</a> 4.6 and higher</li>
<li><ahref="https://software.intel.com/en-us/intel-compilers">Intel C++ Composer</a> XE 2013 and higher</li>
<li><ahref="http://llvm.org/">LLVM</a> 3.2 and higher</li>
<li><ahref="http://www.visualstudio.com/">Visual C++</a> 2010 and higher</li>
<li>Any conform C++11 compiler</li>
</ul>
<p>For more information about <em>GLI</em>, please have a look at the <ahref="http://gli.g-truc.net/0.8.0/api/index.html">API reference documentation</a>. The source code and the documentation are licensed under the Happy Bunny License (Modified MIT) or the MIT License.</p>
<p>Thanks for contributing to the project by <ahref="https://github.com/g-truc/gli/issues">submitting issues</a> for bug reports and feature requests. Any feedback is welcome at <ahref="#"onclick="location.href='mai'+'lto:'+'//g'+'li'+'@g-'+'tr'+'uc.'+'ne'+'t'; return false;">gli@g-truc.net</a>. </p>
</div></div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated by  <ahref="http://www.doxygen.org/index.html">