Package-level declarations

Types

Link copied to clipboard

The base Decoder that uses BitmapFactory to decode a given ImageSource.

Link copied to clipboard
interface Decoder
Link copied to clipboard
interface DecodeResult
Link copied to clipboard
Link copied to clipboard

A Decoder that uses Movie to decode GIFs.

Link copied to clipboard

A Decoder that uses ImageDecoder to decode GIFs, animated WebPs, and animated HEIFs.

Link copied to clipboard
Link copied to clipboard

A Decoder that uses AndroidSVG to decode SVG files.

Functions

Link copied to clipboard
fun Decoder(block: () -> DecodeResult?): Decoder