StaticImageDecoder
class StaticImageDecoder(source: ImageDecoder.Source, closeable: AutoCloseable, options: Options, parallelismLock: Semaphore) : Decoder
Constructors
Link copied to clipboard
constructor(source: ImageDecoder.Source, closeable: AutoCloseable, options: Options, parallelismLock: Semaphore)
Functions
Link copied to clipboard
Decode the SourceFetchResult provided by Factory.create or return 'null' to delegate to the next Factory in the component registry.