
纹理压缩工具:支持KTX容器内ASTC、ETC、PVRTC及S3TC格式的命令行应用
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
这是一款高效的纹理压缩工具,专为KTX容器设计,支持多种压缩格式如ASTC、ETC、PVRTC和S3TC,适用于图形处理与优化。
纹理压缩器 CLI工具用于在KTX容器中使用ASTC、ETC、PVRTC和S3TC进行纹理压缩。
安装方法:
```
npm install texture-compressor
```
CLI用法示例:
```shell
node ./bin/texture-compressor -i input/example.png -t astc -c ASTC_4x4 -q astcmedium -o output/example-astc.ktx -y -m -vb
```
另一个示例:
```shell
node ./bin/texture-compressor -i input/example.png
```
全部评论 (0)
还没有任何评论哟~


