BitmapConverter

An interface for converting a byte array into a platform-specific ImageBitmap.

Inheritors

IosImplementation
AndroidImplementation

Functions

Link copied to clipboard
abstract fun bitmapFromBytes(byteArray: ByteArray): ImageBitmap?

Converts a raw byte array into an ImageBitmap.