mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-05 05:27:58 +08:00
10 lines
286 B
Markdown
10 lines
286 B
Markdown
## 资源文件生成工具
|
||
|
||
将资源文件转换成C的常量数据,让资源管理器可以管理。使用方法:
|
||
|
||
```
|
||
./bin/resgen input_filename output_filename
|
||
```
|
||
|
||
* input_filename 输入文件。目前支持ttf/png/jpg等文件的转换。
|
||
* output\_filename 输出文件。 |