如何从 Image 对象获取 byte[] 数据?
我有根据移动内存中存储的图像创建的图像对象。我想获取这些 Image 对象的 byte[] 值。如何实现这一目标?
I have Image objects created from images stored in the mobile memory. I want to get the byte[] value of these Image objects. How to achieve that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下方法将
com.sun.lwuit.Image
转换为byte[]。You can use below method to convert the
com.sun.lwuit.Image
to byte[].