The -mipsize could have better documentation.
Isn't possible to let the tool compute the number for a complete mipmap chain ?
It seems that there are issues when the given values are wrong, leading to unclear error messages such as, for a 1024x1024 RGB8 TIF :
CompressonatorCLI.exe xxx.TIF xxx.ktx -fd ETC2_RGB -Quality 1.0000 -mipsize 1024
gives
Compression progress = 100
Error(0): KTX Plugin ID(1) saving file = xxx.ktx
Error: saving image or format is unsupported
while
CompressonatorCLI.exe xxx.TIF xxx.ktx -fd ETC2_RGB -Quality 1.0000 -mipsize 512
works fine.
Could it be related to the compression format block size ?
The
-mipsizecould have better documentation.Isn't possible to let the tool compute the number for a complete mipmap chain ?
It seems that there are issues when the given values are wrong, leading to unclear error messages such as, for a 1024x1024 RGB8 TIF :
gives
while
works fine.
Could it be related to the compression format block size ?