Image Loader
Android-specific implementation for loading images from a BasicUrl or BasicPath. This object provides functions to load images and convert them into an ImageBitmap.
An expect
object for loading images from a BasicUrl or BasicPath.
This object declares the platform-agnostic API for loading images. The actual implementation is provided by actual
objects on each platform.
iOS-specific implementation for loading images from a BasicUrl or BasicPath. This object provides functions to load images and convert them into an ImageBitmap.
JVM-specific implementation for loading images from a BasicUrl or BasicPath. This object provides functions to load images and convert them into an ImageBitmap.
macOS-specific implementation for loading images from a BasicUrl or BasicPath. This object provides functions to load images and convert them into an ImageBitmap.
Functions
Loads an image from the given local file path and converts it to an ImageBitmap.
Loads an image from the given url and converts it to an ImageBitmap.
Loads an image from the given local file path and converts it to an ImageBitmap.
Loads an image from the given url and converts it to an ImageBitmap.
Asynchronously loads an image from the given url and converts it to an ImageBitmap.
Loads an image from the given local file path and converts it to an ImageBitmap.
Loads an image from the given url and converts it to an ImageBitmap.
Loads an image from the given local file path and converts it to an ImageBitmap.
Loads an image from the given url and converts it to an ImageBitmap.
Asynchronously loads an image from the given url and converts it to an ImageBitmap.