在 android 中运行时裁剪图像
我已经使用 Intent 在活动的 ImageView 中从 SD 卡中选择了图像。现在我想显示一个固定大小的移动矩形,即我们必须使用手势以及我们想要的图像的任何部分,然后我们就可以对其进行裁剪。我们怎样才能做到这一点?这对我来说真的很难做到吗? 请帮我做这件事吗?
更新-->我已经能够带来矩形,但在裁剪和保存所选部分时遇到问题。如何做到这一点?
I have already selected an image from SD card in my activity's ImageView using Intent.and now I want to show a fixed size moving Rectangle i.e. we have to use gesture and whatever portion of the image we want,then we are able to crop that.How can we do that?Its really tough for me to do?
Please help me in doing that?
Update-->I have been able to bring the rectangle and I m getting problem in cropping and saving that selected part.How to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,吉坦贾利。尝试此代码,这将打开图库,您可以选择要裁剪的照片,它将存储名称以 apple 开头的内容,您可以在活动中看到裁剪后的图像
ok geetanjali. try this code this will open gallery and you can pick a photo to crop, it will store with name starts from apple, you can see cropped image in your activity