PinchToZoom icon indicating copy to clipboard operation
PinchToZoom copied to clipboard

Can i zoom out?

Open rheohr opened this issue 6 years ago • 1 comments

Can i somehow customize this library to support zoom out indefinitely? right now you can't zoom out to make the image smaller

rheohr avatar Apr 26 '18 09:04 rheohr

You can now do this using the develop branch and instantiating the touch handler like this:

ImageMatrixTouchHandler imageMatrixTouchHandler = new ImageMatrixTouchHandler(context, new ImageMatrixCorrector());

The zoom and translation constraints are then disabled. This functionality will be published on the Maven repository in the coming days.

martinwithaar avatar Apr 27 '18 21:04 martinwithaar