Android - how to scale/move/rotate the imageviews

2019-01-29 12:44发布

I need to implement image editor project. basically, I need to add some icons,text over an input image then export to final image.

Is there any good tutorial for this?

1条回答
欢心
2楼-- · 2019-01-29 13:33

What you are searching is android-multitouch-controller. I have implemented in one of my application. It is working fine.

It has following facility.

  1. Multi touch image scaling
  2. Multi touch image zooming
  3. single touch image panning

There are 3 projects. In that "MTPhotoSortr" is one which I used. You need to check as per your requirement.

查看更多
登录 后发表回答