mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 21:14:00 +00:00
Update readme to reflect command line tool changes
This commit is contained in:
parent
bf7ef5cd9e
commit
01b37778be
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ compression time and PSNR.
|
||||||
* [DXT1](http://www.opengl.org/registry/specs/EXT/texture_compression_s3tc.txt) [2]
|
* [DXT1](http://www.opengl.org/registry/specs/EXT/texture_compression_s3tc.txt) [2]
|
||||||
* [DXT5](http://www.opengl.org/registry/specs/EXT/texture_compression_s3tc.txt) [2]
|
* [DXT5](http://www.opengl.org/registry/specs/EXT/texture_compression_s3tc.txt) [2]
|
||||||
* [PVRTC](http://web.onetel.net.uk/~simonnihal/assorted3d/fenney03texcomp.pdf)
|
* [PVRTC](http://web.onetel.net.uk/~simonnihal/assorted3d/fenney03texcomp.pdf)
|
||||||
|
* `-d`: Specifies the decompressed output file.
|
||||||
|
* **Default**: <filename>-<fmt>.png
|
||||||
|
* `-nd`: Suppress decompressed output.
|
||||||
* `-t`: Specifies the number of threads to use for compression.
|
* `-t`: Specifies the number of threads to use for compression.
|
||||||
* **Default**: 1
|
* **Default**: 1
|
||||||
* **Formats**: BPTC, ETC1, DXT1, DXT5
|
* **Formats**: BPTC, ETC1, DXT1, DXT5
|
||||||
|
|
Loading…
Reference in a new issue