Package-level declarations

Types

Link copied to clipboard
data class ApplicationInfo(val name: String, val icon: ImageBitmap)

Functions

Link copied to clipboard
actual fun cropRotateScaleImage(frameData: CameraFrame, cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap
expect fun cropRotateScaleImage(frameData: CameraFrame, cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap

Extract an arbitrary geometry rectangular bitmap from the original bitmap.

actual fun cropRotateScaleImage(frameData: <Error class: unknown class>, cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): <Error class: unknown class>
Link copied to clipboard
actual fun ImageBitmap.cropRotateScaleImage(cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap
expect fun ImageBitmap.cropRotateScaleImage(cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap

Extract an arbitrary geometry rectangular bitmap from the original bitmap.

actual fun <Error class: unknown class>.cropRotateScaleImage(cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): <Error class: unknown class>
Link copied to clipboard
fun cropRotateScaleImage0(frameData: <Error class: unknown class>, cx: Double, cy: Double, angleDegrees: Double, outputWidth: Int, outputHeight: Int, targetWidth: Int): <Error class: unknown class>
Link copied to clipboard
actual fun decodeImage(encodedData: ByteArray): ImageBitmap
expect fun decodeImage(encodedData: ByteArray): ImageBitmap

Decodes a bitmap image.

actual fun decodeImage(encodedData: ByteArray): ImageBitmap
Link copied to clipboard
actual fun encodeImageToPng(image: ImageBitmap): ByteString
expect fun encodeImageToPng(image: ImageBitmap): ByteString

Encodes a bitmap to PNG.

actual fun encodeImageToPng(image: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard

Gets information about an application.

Link copied to clipboard

Extension function to get an ImageVector for an icon.

Link copied to clipboard

Extension function to get an ImageVector for an icon.

Link copied to clipboard
fun PassphraseEntryField(constraints: PassphraseConstraints, checkWeakPassphrase: Boolean = false, onChanged: (passphrase: String, meetsRequirements: Boolean, donePressed: Boolean) -> Unit)

A composable for entering a passphrase or PIN.

Link copied to clipboard
fun <Error class: unknown class>.toUIImage(): UIImage?

Convert ImageBitmap to iOS UIImage.