Package-level declarations
Types
A grid of pixels.
A graphics surface that can be drawn on.
Registry for all the components that an ImageLoader uses to fulfil image requests.
An Image backed by an Android Drawable.
A listener for tracking the progress of an image request. This class is useful for measuring analytics, performance, or other metrics tracking.
A Drawable backed by a generic Image.
A service class that loads images by executing ImageRequests. Image loaders handle caching, data fetching, image decoding, request management, memory management, and more.
Represents a platform-specific context that acts as an interface to global information about an application environment.
Properties
Functions
Sets the strategy for handling the EXIF orientation flag for images decoded by BitmapFactoryDecoder.
Sets the maximum number of parallel BitmapFactory or ImageDecoder decode operations at once.
Execute the request and block the current thread until it completes.
Create a new ImageLoader without configuration.
Enables adding all components (fetchers and decoders) that are supported by the service locator to this ImageLoader's ComponentRegistry. All of Coil's first party decoders and fetchers are supported.