Factory
class Factory(val useViewBoundsAsIntrinsicSize: Boolean = true, val renderToBitmap: Boolean = true, val scaleToDensity: Boolean = false) : Decoder.Factory
Constructors
Functions
Link copied to clipboard
open override fun create(result: SourceFetchResult, options: Options, imageLoader: ImageLoader): Decoder?