Package coil.decode
See: Description
-
Class Summary Class Description Factory BitmapFactoryDecoder The base Decoder that uses BitmapFactory to decode a given ImageSource. DecodeResult The result of Decoder.decode. Metadata A marker class for metadata for an ImageSource. ImageSource Provides access to the image data to be decoded. AssetMetadata Metadata containing the filePath of an Android asset. ContentMetadata Metadata containing the uri of a contentURI.ResourceMetadata Metadata containing the packageName, resId, and density of an Android resource. ImageSources -
Enum Summary Enum Description DataSource Represents the source that an image was loaded from. ExifOrientationPolicy Specifies the policy for handling the EXIF orientation flag. -
Object Summary Object Description DecodeUtils A collection of useful utility methods for decoding images. -
Interface Summary Interface Description Factory Decoder A Decoder converts a SourceResult into a Drawable.