-
Notifications
You must be signed in to change notification settings - Fork 865
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
Question: Correct cropping params #319
Comments
Oke, But would be great to get some rectangle when the image is centred to fill image view and not zoomed. Something like a visible rectangle. |
If it's missing, I'm happy to approve any contribution |
Clear, let me implement it and contribute :) So the algorithm is next:
Or I need also apply scroll for zoomedRect? Correct? |
You spent more time with this questions, and it sounds smart to reflect on scroll the zoomedRect |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
Hi people,
I'm implementing cropping. So I need the original image size.
As for now I use
drawable.intrinsicWidth
,drawable.intrinsicHeight
andzoomedRect
.However, I saw in source code that image can be rotated and I'm not sure that
zoomedRect
returns correct data if not zoomed.The text was updated successfully, but these errors were encountered: