如何在android中用两根手指旋转图像并用捏合手势放大/缩小?
请提供任何有用的教程
来使用多点触控用户界面处理图像
,以处理图像旋转放大/缩小。
我已经发现了一些东西,但不太令人满意。
Please provide any useful tutorial
to handle image with multi-touch user interface
to handle image rotation zoom in/out.
I have already find out something but not so satisfactory.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现这个教程非常有用,它可以缩放和缩放。平移但不旋转
如何在 Android 中使用 MultiTouch< /a>
我怀疑你必须计算 ACTION_POINTER 移动时的旋转&对变换矩阵应用相同的旋转。
I found this tutorial very useful, it does ZOOM & TRANSLATION but not ROTATE
How to use MulltiTouch in Android
I suspect you would have to calculate the ACTION_POINTER rotation when it moves & apply the same rotation to the transformation matrix.
这个家伙< /a> 有一个 6 篇文章的博客,介绍如何在 Android 中实现某种形式的捏合缩放。
This guy has a 6 article blog about how to implement some form of pinch zoom in Android.