Decoder
fun fun interface Decoder
Content copied to clipboard
A Decoder converts a SourceResult into a Drawable.
Use this interface to add support for custom file formats (e.g. GIF, SVG, TIFF, etc.).
Types
Functions
decode
Link copied to clipboard
Decode the SourceResult provided by Factory.create or return 'null' to delegate to the next Factory in the component registry.
Inheritors
BitmapFactoryDecoder
Link copied to clipboard