All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nonAndroidMain.com.github.panpf.zoomimage.skias.kt Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.1.0
Show newest version
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