@@ -30,21 +30,27 @@ Options:
3030 -o output Select output file or folder.
3131 (Note: Output file works only with single input file!)
3232 -z MOS only: Decompress MBC into compressed MOS (MOSC).
33- -q level Specify quality vs. speed ratio. Supported levels: 0..9
34- (Defaults: 9 for encoding and 4 for decoding)
35- Applied level-dependent features
36- for encoding TIS/MOS to TBC/MBC:
33+ -q Dec[Enc] Set quality levels for decoding and, optionally, encoding.
34+ Supported levels: 0..9 (Defaults: 4 for decoding, 9 for encoding)
35+ (0=fast and lower quality, 9=slow and higher quality)
36+ Specify both levels as a single argument. First digit indicates
37+ decoding quality and second digit indicates encoding quality.
38+ Specify '-' as placeholder for default levels.
39+ Example 1: -q 27 (decoding level: 2, encoding level: 7)
40+ Example 2: -q -7 (default decoding level, encoding level: 7)
41+ Example 3: -q 2 (decoding level: 2, default encoding level)
42+ Applied level-dependent features for encoding (DXTn only):
3743 Iterative cluster fit: levels 7 to 9
3844 Single cluster fit: levels 3 to 6
3945 Range fit: levels 0 to 2
4046 Weight color by alpha: levels 5 to 9
41- for decoding TBC/MBC to TIS/MOS :
47+ Applied level-dependent features for decoding:
4248 Dithering: levels 5 to 9
4349 Posterization: levels 0 to 2
4450 Additional techniques: levels 4 to 9
4551 -j num Number of parallel jobs to speed up the conversion process.
4652 Valid numbers: 0 (autodetect), 1..256 (Default: 0)
47- -T Assume undetected input files as headerless TIS (use with care!)
53+ -T Treat unrecognized input files as headerless TIS.
4854 -I Show file information and exit.
4955 -V Print version number and exit.
5056
0 commit comments