Package-level declarations Package

A composable picture view with zoom and pan for showing a scan page.

Functions

ViewPicture

@Composable fun ViewPicture(modifier: Modifier, picture: ScanPicture?, imageOrientation: ScanOrientation, scaleToFit: Boolean = true, pagerOrientation: Orientation? = null, params: ZoomImageParams = defaultZoomImageParams(PaddingValues(10.dp)), onPictureReady: suspend (Boolean) -> Unit = { _ -> })

A Composable to show the ScanPicture with zoom and pan.

Top