Android - how to scale/move/rotate the imageviews on a imageview [closed]

孤街浪徒 提交于 2019-11-28 06:48:38

问题


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:


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.



来源:https://stackoverflow.com/questions/16710066/android-how-to-scale-move-rotate-the-imageviews-on-a-imageview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!