load

abstract suspend fun load(input: T): ImageBitmap

Loads an ImageBitmap from the given input T.

Return

The loaded ImageBitmap.

Parameters

input

The input to load the ImageBitmap from.