Package coil. decode
Types
Data Source
Link copied to clipboard
Represents the source that an image was loaded from.
Decode Result
Link copied to clipboard
The result of Decoder.decode.
Decode Utils
Link copied to clipboard
object DecodeUtils
Content copied to clipboard
A collection of useful utility methods for decoding images.
Options
Link copied to clipboard
class Options(context: Context, config: Bitmap.Config, colorSpace: ColorSpace?, scale: Scale, allowInexactSize: Boolean, allowRgb565: Boolean, premultipliedAlpha: Boolean, headers: Headers, parameters: Parameters, memoryCachePolicy: CachePolicy, diskCachePolicy: CachePolicy, networkCachePolicy: CachePolicy)
Content copied to clipboard
A set of configuration options for fetching and decoding an image.
Functions
with Interruptible Source
Link copied to clipboard
inline suspend fun <T> withInterruptibleSource(source: Source, crossinline block: (Source) -> T): T
Content copied to clipboard