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
作者,你好 我使用如下代码,渲染webpframe到bitmap ,效果不太对劲
生成的bitmap,出现了一些方块
The text was updated successfully, but these errors were encountered:
WebpImage不能直接使用,你只需要使用Glide加载WebpDrawable即可
GlideApp.with(mContext) .load(url) .into(imageView);
Sorry, something went wrong.
那看来不行,我想用这个解码器,然后加载到纹理 渲染到 TextureView 里
No branches or pull requests
作者,你好
我使用如下代码,渲染webpframe到bitmap ,效果不太对劲
生成的bitmap,出现了一些方块
The text was updated successfully, but these errors were encountered: