从位图中获取字节数组
可能的重复:
在黑莓中通过电子邮件发送位图图像
我需要从以下地址发送图像一个 BitmapField 到服务器,我想知道如何获取该位图图像的字节数组?
Possible Duplicate:
sending bitmap image via email in blackberry
I need to send the image from a BitmapField to the server and am wondering how could I get the byte array of that Bitmap Image ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
位图.getARGB (...) 位图< /a>.getRGB565(...)
Bitmap.getARGB(...) Bitmap.getRGB565(...)