Android:在屏幕上保存构建的图像
我的用户将根据游戏中的其他图像构建和成像,然后我需要捕获他们创建的图像并保存它。
我真的不确定如何捕获最终图像,我正在使用 OpenGL ES,因此 Canvas 选项是可行的
谢谢
My users are going to construct and image out of other images in the game, what I then need to take is capture the image they have created and save it.
Im really not sure how to capture the final image, I am using OpenGL ES so the Canvas option is viable
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为glReadPixels 可能就是您正在寻找的。 Khronos对此功能有更好的文档。
I think glReadPixels is probably what you're looking for. Khronos has better documentation of this function.