Skip to content

Commit

Permalink
Add a 'Testing Features' section to the 'Download' page, describing h…
Browse files Browse the repository at this point in the history
…ow to run the command and filter checking procedure.
  • Loading branch information
dtschump committed Jun 25, 2024
1 parent c6e04fd commit 7f75b46
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions html/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,5 +484,26 @@

</div><div class="section_end"></div>

<!-- ******* -->
<!-- Testing Features -->
<!-- ******* -->
<a id="windows"></a>
<div class="section_title"><p>Testing Features</p></div><div class="section_content">
<p>In order to check if <span class="gmd_gmic">G'MIC</span> works correctly on your system,
you may want to execute the command and filter testing procedures. Assuming the CLI tool <tt>gmic</tt> is installed on your system,
here is how to do it (on an Unix-flavored OS, adapt the instructions below for other OS):
</p>
<div class="gmd_code_block">
$ mkdir -p testing && cd testing<br/>
$ gmic it https://gmic.eu/gmic_stdlib.\$_version parse_cli images<br/>
$ gmic it https://gmic.eu/gmic_stdlib.\$_version parse_cli images<br/>
</div>
<p>
These commands scan all G'MIC stdlib commands and G'MIC-Qt filters, and generate the images corresponding to the execution of these commands,
with default parameters. Beware, this may take some time to complete!
</p>

</div><div class="section_end"></div>

<!--#include file="footer.html" -->
</body>

0 comments on commit 7f75b46

Please sign in to comment.