-
Notifications
You must be signed in to change notification settings - Fork 24
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
Crash with large images #195
Comments
Do you use ConstraintLayout? |
Nope |
Can you tell me how to reproduce this?
|
Maybe 1/4000 |
I recommend a similar image zooming library ZoomImage (https://github.com/panpf/zoomimage). It perfectly supports Compose Multiplatform and Android View, supports zooming, panning, positioning, rotation, and subsampling of large images. It also integrates image loaders such as sketch, glide, picasso, coil, etc. The most important thing is that it can zoom large images without memory overflow |
This is good, only for images tho, i will look |
No, it also works for any Compose component, such as Box, Text, please refer to the documentation: https://github.com/panpf/zoomimage/blob/main/docs/wiki/modifier_zoom.md |
The text was updated successfully, but these errors were encountered: