We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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后发现编译报错,具体如下: (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
The text was updated successfully, but these errors were encountered:
已修改,谢谢:)
Sorry, something went wrong.
Merge pull request #14 from zlgopen/master
eb300b4
update to new
No branches or pull requests
更新到最新版本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
The text was updated successfully, but these errors were encountered: