Companion

actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun fromEncodedBuffer(buffer: ByteArray, options: BufferImageLoadOptions = BufferImageLoadOptions()): ImageRef?
Link copied to clipboard
Link copied to clipboard
actual fun fromJson(source: Map<String, Any?>): ImageRef?
expect fun fromJson(source: Map<String, Any?>): ImageRef?
actual fun fromJson(source: Map<String, Any?>): ImageRef?
Link copied to clipboard
actual fun fromPath(path: String, options: PathImageLoadOptions): ImageRef?
expect fun fromPath(path: String, options: PathImageLoadOptions = PathImageLoadOptions()): ImageRef?
actual fun fromPath(path: String, options: PathImageLoadOptions): ImageRef?