index.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Command Line Tool &#8212; Compressonator Compressonator - latest build documentation</title>
  7. <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  9. <link rel="stylesheet" href="../_static/theme_overrides.css" type="text/css" />
  10. <script type="text/javascript">
  11. var DOCUMENTATION_OPTIONS = {
  12. URL_ROOT: '../',
  13. VERSION: 'Compressonator - latest build',
  14. COLLAPSE_INDEX: false,
  15. FILE_SUFFIX: '.html',
  16. HAS_SOURCE: true,
  17. SOURCELINK_SUFFIX: '.txt'
  18. };
  19. </script>
  20. <script type="text/javascript" src="../_static/jquery.js"></script>
  21. <script type="text/javascript" src="../_static/underscore.js"></script>
  22. <script type="text/javascript" src="../_static/doctools.js"></script>
  23. <link rel="index" title="Index" href="../genindex.html" />
  24. <link rel="search" title="Search" href="../search.html" />
  25. <link rel="next" title="Command Line Options" href="commandline.html" />
  26. <link rel="prev" title="Mesh Compression" href="../developer_sdk/mesh_compression/index.html" />
  27. <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
  28. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
  29. </head>
  30. <body>
  31. <div class="document">
  32. <div class="documentwrapper">
  33. <div class="bodywrapper">
  34. <div class="body" role="main">
  35. <div class="section" id="command-line-tool">
  36. <h1>Command Line Tool<a class="headerlink" href="#command-line-tool" title="Permalink to this headline">¶</a></h1>
  37. <div class="toctree-wrapper compound" id="toc-command-line-tool">
  38. <ul>
  39. <li class="toctree-l1"><a class="reference internal" href="commandline.html">Command Line Options</a><ul>
  40. <li class="toctree-l2"><a class="reference internal" href="commandline.html#example-compression">Example Compression</a></li>
  41. <li class="toctree-l2"><a class="reference internal" href="commandline.html#example-compression-using-gpu">Example Compression using GPU</a></li>
  42. <li class="toctree-l2"><a class="reference internal" href="commandline.html#example-decompression-from-compressed-image-using-cpu">Example Decompression from compressed image using CPU</a></li>
  43. <li class="toctree-l2"><a class="reference internal" href="commandline.html#compression-followed-by-decompression">Compression Followed by Decompression</a></li>
  44. <li class="toctree-l2"><a class="reference internal" href="commandline.html#gpu-based-decompression">GPU Based Decompression</a></li>
  45. <li class="toctree-l2"><a class="reference internal" href="commandline.html#mesh-compression">Mesh Compression</a></li>
  46. <li class="toctree-l2"><a class="reference internal" href="commandline.html#mesh-decompression">Mesh Decompression</a></li>
  47. <li class="toctree-l2"><a class="reference internal" href="commandline.html#mesh-optimization">Mesh Optimization</a></li>
  48. <li class="toctree-l2"><a class="reference internal" href="commandline.html#test-analysis-logging-features-and-file-filters">Test Analysis Logging Features and File Filters</a></li>
  49. <li class="toctree-l2"><a class="reference internal" href="commandline.html#csv-file-update-to-support-automation">CSV File Update to Support Automation</a></li>
  50. </ul>
  51. </li>
  52. </ul>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  59. <div class="sphinxsidebarwrapper">
  60. <p class="logo"><a href="../index.html">
  61. <img class="logo" src="../_static/acompress-128.png" alt="Logo"/>
  62. </a></p>
  63. <h1 class="logo"><a href="../index.html">Compressonator</a></h1>
  64. <h3>Navigation</h3>
  65. <p class="caption"><span class="caption-text">Content</span></p>
  66. <ul class="current">
  67. <li class="toctree-l1"><a class="reference internal" href="../developer_sdk/index.html">Developer SDK</a></li>
  68. <li class="toctree-l1 current"><a class="current reference internal" href="#">Command Line Tool</a></li>
  69. <li class="toctree-l1"><a class="reference internal" href="../gui_tool/index.html">GUI Tool</a></li>
  70. <li class="toctree-l1"><a class="reference internal" href="../build_from_source/build_instructions.html">Build from GitHub Sources</a></li>
  71. <li class="toctree-l1"><a class="reference internal" href="../analysis/index.html">Analysis</a></li>
  72. <li class="toctree-l1"><a class="reference internal" href="../revisions.html">Revision History</a></li>
  73. <li class="toctree-l1"><a class="reference internal" href="../support/contact.html">Contact and Support</a></li>
  74. <li class="toctree-l1"><a class="reference internal" href="../support/license.html">License</a></li>
  75. <li class="toctree-l1"><a class="reference internal" href="../bibliography.html">Bibliography</a></li>
  76. </ul>
  77. <div class="relations">
  78. <h3>Related Topics</h3>
  79. <ul>
  80. <li><a href="../index.html">Documentation overview</a><ul>
  81. <li>Previous: <a href="../developer_sdk/mesh_compression/index.html" title="previous chapter">Mesh Compression</a></li>
  82. <li>Next: <a href="commandline.html" title="next chapter">Command Line Options</a></li>
  83. </ul></li>
  84. </ul>
  85. </div>
  86. <div id="searchbox" style="display: none" role="search">
  87. <h3>Quick search</h3>
  88. <form class="search" action="../search.html" method="get">
  89. <div><input type="text" name="q" /></div>
  90. <div><input type="submit" value="Go" /></div>
  91. <input type="hidden" name="check_keywords" value="yes" />
  92. <input type="hidden" name="area" value="default" />
  93. </form>
  94. </div>
  95. <script type="text/javascript">$('#searchbox').show(0);</script>
  96. </div>
  97. </div>
  98. <div class="clearer"></div>
  99. </div>
  100. <div class="footer">
  101. &copy;2017 to 2021, AMD Developer Tools.
  102. |
  103. Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.5</a>
  104. &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
  105. </div>
  106. </body>
  107. </html>