ImageDecodingProps
data class ImageDecodingProps(val filename: String = "unknown", val width: Int? = null, val height: Int? = null, val premultiplied: Boolean? = null, val asumePremultiplied: Boolean = false, val requestedMaxSize: Int? = null, val debug: Boolean = false, val preferKotlinDecoder: Boolean = false, val tryNativeDecode: Boolean = true, val format: ImageFormat? = RegisteredImageFormats, val out: Bitmap? = null, var extra: ExtraType = null) : BaseImageDecodingProps, Extra
Constructors
Link copied to clipboard
constructor(filename: String = "unknown", width: Int? = null, height: Int? = null, premultiplied: Boolean? = null, asumePremultiplied: Boolean = false, requestedMaxSize: Int? = null, debug: Boolean = false, preferKotlinDecoder: Boolean = false, tryNativeDecode: Boolean = true, format: ImageFormat? = RegisteredImageFormats, out: Bitmap? = null, extra: ExtraType = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard