toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.format
/
readBitmap
read
Bitmap
suspend
fun
VfsFile
.
readBitmap
(
props
:
BaseImageDecodingProps
=
ImageDecodingProps.DEFAULT
)
:
Bitmap
suspend
fun
AsyncInputStream
.
readBitmap
(
props
:
BaseImageDecodingProps
=
ImageDecodingProps("file.bin")
)
:
Bitmap