Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imagegen 编译资源报错 #14

Closed
zhanglu993 opened this issue Oct 18, 2018 · 1 comment
Closed

imagegen 编译资源报错 #14

zhanglu993 opened this issue Oct 18, 2018 · 1 comment

Comments

@zhanglu993
Copy link

更新到最新版本imagegen后发现编译报错,具体如下:
(base) F:\sourcecode\awtk\original\awtk_new>F:\sourcecode\awtk\original\awtk_new\bin\imagegen.exe F:\sourcecode\awtk\original\awtk_new\demos\assets\raw\images\x1\anib.png F:\sourcecode\awtk\original\awtk_new\demos\assets\inc\images\anib.data bgra|bgr565
'bgr565' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

将bgra|bgr565改成bgra+bgr565后可以正常编译
(base) F:\sourcecode\awtk\original\awtk_new>F:\sourcecode\awtk\original\awtk_new\bin\imagegen.exe F:\sourcecode\awtk\original\awtk_new\demos\assets\raw\images\x1\anib.png F:\sourcecode\awtk\original\awtk_new\demos\assets\inc\images\anib.data bgra+bgr565
done

@xianjimli
Copy link
Member

已修改,谢谢:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants