Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can i zoom out? #12

Open
rheohr opened this issue Apr 26, 2018 · 1 comment
Open

Can i zoom out? #12

rheohr opened this issue Apr 26, 2018 · 1 comment

Comments

@rheohr
Copy link

rheohr commented Apr 26, 2018

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

@martinwithaar
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants