在android中压缩图像
我正在制作一个从相机获取图像然后通过电子邮件发送的应用程序。
朋友们,因为您知道相机中的图像的分辨率和大小可能太大,例如 2.0MB 或更多,所以我想要的是重新调整图像的大小和分辨率,以便我可以将该文件附加到电子邮件。
那么任何人都可以给我一些代码示例或一些指导方针来解决我的问题。
提前致谢
I am making an application which takes image from the camera and then email it.
Friends since you know that images from camera may be of too much resolution and in size as well e.g. 2.0MB and more so what i want is to re-size the image in size as well as in resolution so that i could attach that file to the email.
So can anybody give me some code sample or some guidelines to get over my problem.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
你可以这样做来压缩 BitMap..
you can do this to compress BitMap..
试试这个例子
你也可以试试这个
try this example
you can try this also
要调整图像大小,请尝试使用以下代码
To resize image try with the following code
尝试这个图像压缩示例
http://voidcanvas.com/whatsapp-like-image-compression-in -android/
Try this image compression example from
http://voidcanvas.com/whatsapp-like-image-compression-in-android/