File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ ktx Overview
1515
1616| Tool | Description | Equivalent old tool |
1717| :--- | ----------- | ------------------- |
18+ | @ref ktx_compare | Compare two KTX2 files. | |
1819| @ref ktx_create | Create a KTX2 file from various input files | ` toktx ` |
20+ | @ref ktx_deflate | Deflate (supercompress) a KTX2 file. | ` ktxsc ` |
1921| @ref ktx_extract | Export selected images from a KTX2 file | - |
2022| @ref ktx_encode | Encode a KTX2 file | ` ktxsc ` |
21- | @ref ktx_transcode | Transcode a KTX2 file | - |
2223| @ref ktx_info | Prints information about a KTX2 file | ` ktxinfo ` |
24+ | @ref ktx_transcode | Transcode a KTX2 file | - |
2325| @ref ktx_validate | Validate a KTX2 file | ` ktx2check ` |
2426| @ref ktx_help | Display help information about the ktx tools | - |
2527
@@ -29,8 +31,7 @@ Some features of old tools are not currently available in the new equivalent.
2931
3032| Old Tool | New Tool | Missing Features |
3133| :------: | :------: | ---------------- |
32- | @ref toktx | @ref ktx_create "create" | JPEG and NBPM input and scaling/resizing of input images. |
33- | @ref ktxsc | @ref ktx_encode "encode" | ASTC encoding. This can be done in ` create ` .<br >Deflation of a KTX2 file with zlib or zstd.|
34+ | @ref toktx | @ref ktx_create "create" | JPEG and NBPM input. |
3435
3536The command-line syntax and semantics differ from the old tools including, but not limited to:
3637
You can’t perform that action at this time.
0 commit comments