-
public final class SubSamplingImageKt
-
-
Method Summary
Modifier and Type Method Description final static UnitSubSamplingImage(SubSamplingImageState state, Modifier modifier, String contentDescription, Float alpha, ColorFilter colorFilter)An Image composable that can render large bitmaps by diving them into tiles so that they can be loaded lazily. -
-
Method Detail
-
SubSamplingImage
@Composable() final static Unit SubSamplingImage(SubSamplingImageState state, Modifier modifier, String contentDescription, Float alpha, ColorFilter colorFilter)
An Image composable that can render large bitmaps by diving them into tiles so that they can be loaded lazily. This ensures that images maintain their intricate details even when fully zoomed in, without causing any
OutOfMemoryexceptions.SubSamplingImage is automatically used by me.saket.telephoto.zoomable.ZoomableImage.
-
-
-
-