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

[Feature Request] Much higher or configurable maxScale for ZoomableImageView? #275

Open
kylepaulsen opened this issue Mar 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@kylepaulsen
Copy link

Hey this is a super cool app! I had a feature request:

It would be nice for large images with text to be zoomable up to a very large scale - maybe like 10x? Right now it looks like the max scale is 3: https://github.com/hardcore-sushi/DroidFS/blob/967d4551c57abbc9febd5f23f6a7fd1af4118b89/app/src/main/java/sushi/hardcore/droidfs/widgets/ZoomableImageView.java#L27C24-L27C32

Either a larger value like 10 or some way for the user to configure that would be awesome.

@kylepaulsen
Copy link
Author

kylepaulsen commented Mar 5, 2024

I got around my issue by converting the image to a pdf using ImageMagick's convert cli. The app allows very high zoom levels in PDFs. So feel free to close this I guess.

@hardcore-sushi
Copy link
Owner

Yes you are right. This limit should only be used for double-tap zoom, not for manual pinch zoom.

@hardcore-sushi hardcore-sushi added the enhancement New feature or request label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants