MikeOrtiz / TouchImageView

Adds touch functionality to Android ImageView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free move

nrodrigues55681 opened this issue · comments

image

How can i free move my image? Is it possible using the TouchImageView? Like you can see I have an overlay and i would like to crop by the overlay.

I have configure the TouchImageView
scaleType = ImageView.ScaleType.CENTER_CROP
maxZoom = 5f
minZoom = 1f

Originally posted by @nrodrigues55681 in #303 (comment)

Please test the example #303 (comment) if it fits your need.
In the meantime I close this issue assuming it will fulfill.