Package-level declarations
Types
Marks declarations that are part of the experimental Basic Images API.
A Ktor HTTP client for downloading images from a URL.
Android-specific implementation for loading images from a BasicUrl or BasicPath. This object provides functions to load images and convert them into an ImageBitmap.
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.
Represents the different states of image loading for a BasicImage.
Functions
A composable that asynchronously loads and displays an image from a local BasicPath.
A composable that asynchronously loads and displays an image from a BasicUrl.
A composable that displays a CircularProgressIndicator as a placeholder.