Add ktx
This commit is contained in:
@@ -0,0 +1,173 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>KTX Tools Reference: ktx help</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectlogo"><img alt="Logo" src="ktx_logo_200.png"/></td>
|
||||
<td id="projectalign">
|
||||
<div id="projectname">KTX Tools Reference<span id="projectnumber"> 0.0.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">Libraries and tools to create and read KTX image texture files.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.16.1 -->
|
||||
<script type="text/javascript">
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$(function() { codefold.init(); });
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
<div id="nav-tree-contents">
|
||||
<div id="nav-sync" class="sync"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="splitbar" style="-moz-user-select:none;"
|
||||
class="ui-resizable-handle">
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$(function(){initNavTree('ktx_help.html','',''); });
|
||||
</script>
|
||||
<div id="container">
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||
</div>
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div><div class="header">
|
||||
<div class="headertitle"><div class="title">ktx help </div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><p>Display help information about the ktx tool.</p>
|
||||
<h1 class="doxsection"><a class="anchor" id="ktx_help_synopsis"></a>
|
||||
SYNOPSIS</h1>
|
||||
<p>ktx help [option...] [<em>command</em>]</p>
|
||||
<h1 class="doxsection"><a class="anchor" id="ktx_help_description"></a>
|
||||
DESCRIPTION</h1>
|
||||
<p><b>ktx</b> <b>help</b> displays the man page of a specific ktx command specified as the <em>command</em> argument. On windows systems the man pages are opened with the system default browser in html format. On systems derived from Unix the man pages are opened with the man command.</p>
|
||||
<p>To support custom install locations the tool first tries to use the man files relative to the executable and falls back to the system man pages.</p>
|
||||
<p><em>command</em> specifies which command's man page will be displayed. If <em>command</em> is s missing the main ktx tool man page will be displayed. Possible choices are: <br />
|
||||
</p><ul>
|
||||
<li><a class="el" href="ktx_compare.html" title="ktx compare">compare</a> <br />
|
||||
</li>
|
||||
<li><a class="el" href="ktx_create.html" title="ktx create">create</a> <br />
|
||||
</li>
|
||||
<li><a class="el" href="ktx_create.html" title="ktx create">deflate</a> <br />
|
||||
</li>
|
||||
<li><a class="el" href="ktx_encode.html" title="ktx encode">encode</a> <br />
|
||||
</li>
|
||||
<li><a class="el" href="ktx_extract.html" title="ktx extract">extract</a> <br />
|
||||
</li>
|
||||
<li><a class="el" href="ktx_info.html" title="ktx info">info</a> <br />
|
||||
</li>
|
||||
<li><a class="el" href="ktx_transcode.html" title="ktx transcode">transcode</a> <br />
|
||||
</li>
|
||||
<li><a class="el" href="ktx_validate.html" title="ktx validate">validate</a> <br />
|
||||
</li>
|
||||
<li><a class="el" href="ktx_help.html" title="ktx help">help</a></li>
|
||||
</ul>
|
||||
<h1 class="doxsection"><a class="anchor" id="ktx_help_options"></a>
|
||||
OPTIONS</h1>
|
||||
<dl>
|
||||
<dt>-h, --help </dt>
|
||||
<dd>Print this usage message and exit. </dd>
|
||||
<dt>-v, --version </dt>
|
||||
<dd>Print the version number of this program and exit. </dd>
|
||||
</dl>
|
||||
<h1 class="doxsection"><a class="anchor" id="ktx_help_exitstatus"></a>
|
||||
EXIT STATUS</h1>
|
||||
<ul>
|
||||
<li>0 - Success</li>
|
||||
<li>1 - Command line error</li>
|
||||
<li>2 - IO failure</li>
|
||||
<li>3 - Invalid input file</li>
|
||||
<li>4 - Runtime or library error</li>
|
||||
<li>5 - Not supported state or operation</li>
|
||||
<li>6 - Requested feature is not yet implemented </li>
|
||||
</ul>
|
||||
<h1 class="doxsection"><a class="anchor" id="ktx_help_history"></a>
|
||||
HISTORY</h1>
|
||||
<dl class="section user"><dt>Version 4.0</dt><dd><ul>
|
||||
<li>Initial version</li>
|
||||
</ul>
|
||||
</dd></dl>
|
||||
<h1 class="doxsection"><a class="anchor" id="ktx_help_author"></a>
|
||||
AUTHOR</h1>
|
||||
<ul>
|
||||
<li>Mátyás Császár [Vader], RasterGrid www.rastergrid.com</li>
|
||||
<li>Daniel Rákos, RasterGrid www.rastergrid.com </li>
|
||||
</ul>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- PageDoc -->
|
||||
</div><!-- doc-content -->
|
||||
<div id="page-nav" class="page-nav-panel">
|
||||
<div id="page-nav-resize-handle"></div>
|
||||
<div id="page-nav-tree">
|
||||
<div id="page-nav-contents">
|
||||
</div><!-- page-nav-contents -->
|
||||
</div><!-- page-nav-tree -->
|
||||
</div><!-- page-nav -->
|
||||
</div><!-- container -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on <span class="timestamp"></span> for KTX Tools Reference by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user