#dds #texture-compression #dxt #texture #command-line-tool #encoding

app squish_cli

使用 BC1/2/3 压缩图像到 DDS 文件的命令行工具。主要作为 squish 的使用示例。

2 个版本 (1 个稳定版)

2.0.0-beta12021年11月15日
1.0.0 2018年9月10日

#6#dxt

MIT 许可证

145KB
3K SLoC

Squish_cli

Build Status

使用 BC1/2/3/4/5 压缩图像到 DDS 文件的命令行工具。主要作为 squish 的使用示例。

安装

cargo install squish_cli

使用方法

压缩图像到 DDS

squish compress infile.png -f BC1

解压缩 DDS 文件(目前只支持 PNG 输出)

squish decompress infile.dds

更多信息

squish help

待办事项

  • 从 structopt 迁移到 clap 3(一旦发布)

依赖项

~7MB
~114K SLoC