This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
使用示例图片时,Android系统须将源图片存储在设备/data/目录下,Linux系统须将源图储存在设备/usr/data目录下。 命名规则如下,输入文件为 in , 输出文件为 out: --->第一个%d 是文件的索引, 一般为 0, 用于区别格式及宽高完全相同的文件 --->第二个%d 是宽的意思, 这里的宽一般指虚宽 --->第三个%d 是高的意思, 这里的高一般指虚高 --->第四个%s 是格式的名字。 示例图片:in0w1280-h720-rgba8888.bin 分辨率:1280×720 格式 :RGBA8888 描述 :除logo外为全透明。 示例图片:in1w1280-h720-rgba8888.bin 分辨率:1280×720 格式 :RGBA8888 描述 :全不透明。 更加详尽的使用测试用例方法以及API说明请至librga/docs/README.md查看。