Skip to content

Instantly share code, notes, and snippets.

@harmy
Last active October 13, 2015 21:08
Show Gist options
  • Save harmy/4256774 to your computer and use it in GitHub Desktop.
Save harmy/4256774 to your computer and use it in GitHub Desktop.
转换tga文件为dds
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