ImageDecodingProps

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)