nonAndroidMain.com.github.panpf.zoomimage.skias.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zoomimage-core Show documentation
Show all versions of zoomimage-core Show documentation
ZoomImage is an gesture zoom viewing of images library specially designed for Compose Multiplatform and Android View. Supported scale, pan, locate, rotation, and super-large image subsampling.
package com.github.panpf.zoomimage
typealias SkiaBitmap = org.jetbrains.skia.Bitmap
typealias SkiaCanvas = org.jetbrains.skia.Canvas
typealias SkiaRect = org.jetbrains.skia.Rect
typealias SkiaImage = org.jetbrains.skia.Image
internal fun SkiaBitmap.toLogString(): String =
"SkiaBitmap@${hashCode().toString(16)}(${width.toFloat()}x${height.toFloat()},${colorType})"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy