ASTC——png转ASTC方法

 

1、克隆代码,CMake生成工程文件,vs直接编译;

https://github.com/ARM-software/astc-encoder

 

2、命令备份

复制代码
rem astcenc.exe -h

set astc_command=D:\res\tps_test\proj\bg\astcenc.exe


%astc_command% -cl ^
D:\res\tps_test\proj\bg\output\output_by_astcenc\test.png ^
D:\res\tps_test\proj\bg\output\output_by_astcenc\test_4x4.png.astc ^
4x4 -thorough

%astc_command% -cl ^
D:\res\tps_test\proj\bg\output\output_by_astcenc\test.png ^
D:\res\tps_test\proj\bg\output\output_by_astcenc\test_6x6.png.astc ^
6x6 -thorough


%astc_command% -cl ^
D:\res\tps_test\proj\bg\output\output_by_astcenc\test.png ^
D:\res\tps_test\proj\bg\output\output_by_astcenc\test_8x8.png.astc ^
8x8 -thorough


%astc_command% -cl ^
D:\res\tps_test\proj\bg\output\output_by_astcenc\test.png ^
D:\res\tps_test\proj\bg\output\output_by_astcenc\test_12x12.png.astc ^
12x12 -thorough


pause;
复制代码

 

posted @   会飞的斧头  阅读(1101)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
历史上的今天:
2019-02-28 mac NTFS 关于错误-36,rm Input/output error
2018-02-28 mac brew nginx php php-fpm xdebug
点击右上角即可分享
微信分享提示