decode

suspend fun decode(vfs: Vfs, path: String, props: ImageDecodingProps): NativeImage
suspend fun decode(data: ByteArray, props: ImageDecodingProps = ImageDecodingProps.DEFAULT): NativeImage
suspend fun decode(file: FinalVfsFile, props: ImageDecodingProps): Bitmap
open suspend override fun decode(file: VfsFile, props: ImageDecodingProps): Bitmap
suspend fun decode(vfs: Vfs, path: String, premultiplied: Boolean = true): NativeImage
suspend fun decode(data: ByteArray, premultiplied: Boolean): NativeImage
suspend fun decode(file: FinalVfsFile, premultiplied: Boolean = true): Bitmap
suspend fun decode(file: VfsFile, premultiplied: Boolean): Bitmap