Factory

class Factory(val useViewBoundsAsIntrinsicSize: Boolean = true, val renderToBitmap: Boolean = true, val scaleToDensity: Boolean = false) : Decoder.Factory

Constructors

Link copied to clipboard
constructor(useViewBoundsAsIntrinsicSize: Boolean = true, renderToBitmap: Boolean = true, scaleToDensity: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val scaleToDensity: Boolean = false

Functions

Link copied to clipboard
open override fun create(result: SourceFetchResult, options: Options, imageLoader: ImageLoader): Decoder?