BlackBerry - 如何调整大小和存储图像?
我需要将图像缩放到较小并将该图像存储到黑莓设备中(作为小图像)?
I need to scale image to small and store that image in to blackberry device (as a small image)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果图像是打包的,甚至是通过网络或文件系统获取的,则缩放图像就足够简单了。
这将返回图像的副本,根据您需要的宽度和高度进行缩放。
scaling an image is straightforward enough if the image is packaged, or even sourced over the network or filesystem.
this returns a copy of the image, scaled according to the width and height you require it to be.
参见
BlackBerry - 如何调整图像大小
如何保存和保存删除 Blackberry Storm 中的位图图像?
See
BlackBerry - How to resize image
How to save & delete a Bitmap image in Blackberry Storm?