1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
in0w1280-h720-rgba8888.bin Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
in1w1280-h720-rgba8888.bin Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

使用示例图片时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查看。