如何裁剪缩放、旋转的图像视图的某些部分
我无法从图像视图中裁剪图像,该图像在裁剪之前已缩放和旋转。使用现有的裁剪方法。但它仅适用于固定的图像视图。希望代码会有所帮助。
I am unable to crop he image from image view, which is scaled and rotated before cropping. used existing cropping methods.but its applicable only for image-view which is fixed.Hope code will helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
最终成功裁剪旋转缩放图像。
1)需要裁剪整个缩放或旋转的图像。
2)从裁剪图像中裁剪矩形。您将获得最终缩放或旋转的裁剪图像。
我发布示例代码,它可能对其他人有帮助。
谢谢。
Finally succeeded cropping rotated scaled image.
1) Need to crop the entire scaled or rotated image.
2)crop the rect from cropped Image. you will get final scaled or rotated cropped image.
Im posting sample code , it may helpful for others.
Thanks.
试试这个(如果你需要裁剪角落):
只需增加半径,你就会使它成为圆形,或者沿着这条路径走,你会得到你的实际解决方案。:)
Try This(if you need to crop the corners):
Just increase the radius and you will make it circle, or walk on this path you'll get your actual solution.:)
用于裁剪特定的高度和宽度
its for cropping particular height and width