Last active
October 13, 2015 21:08
-
-
Save harmy/4256774 to your computer and use it in GitHub Desktop.
转换tga文件为dds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| texconv -m 1 -if NONE -f dxt1 test.tga | |
| 说明:miplevels设为1,否则转出来的文件会保存多级纹理,浪费了空间。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment