Compose-Image icon indicating copy to clipboard operation
Compose-Image copied to clipboard

🚀🏞💪 Collection of Images, Modifiers, utility functions for Jetpack Compose to expand and enrich displaying, manipulating, scaling, resizing, zooming, and getting cropped ImageBitmap based on selecti...

Results 5 Compose-Image issues
Sort by recently updated
recently updated
newest added

Hi! First off, great work on the library, we are using in our project and it helped a lot. We find the panning movement too fast, could it be possible...

Hello, I'm using the library code as shown below: ``` AsyncImage( model = imageRequest, imageLoader = imageLoader, modifier = modifier.enhancedZoom( key = "zoomable", clip = true, enhancedZoomState = rememberEnhancedZoomState( minZoom...

Hello, I noticed the source code for calculating zoom levels, as shown below: ``` internal fun calculateZoom( zoomLevel: ZoomLevel, initial: Float, min: Float, max: Float ): Pair { val newZoomLevel:...

I know that this is not trivial, but it would be really good to have the zoom action to happen where actually the user is pinching the image, instead of...

Hi, I am using the BeforeAfter image in my project. I came across a bug. It is reproducible. The after image stretched on my test phone. My phone is: Samsung...