nonAndroidMain.com.github.panpf.zoomimage.compose.subsampling.SubsamplingState.nonAndroid.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zoomimage-compose Show documentation
Show all versions of zoomimage-compose Show documentation
Android Zoom Image Component
package com.github.panpf.zoomimage.compose.subsampling
import com.github.panpf.zoomimage.compose.subsampling.internal.SkiaToComposeTileBitmapConvertor
import com.github.panpf.zoomimage.subsampling.internal.TileBitmapConvertor
actual fun createTileBitmapConvertor(): TileBitmapConvertor? = SkiaToComposeTileBitmapConvertor()