-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
val l = localVfs(fullName).readAll()
val file = l.openAsync().asVfsFile()
Log.WriteLog("AAA", "Im here 1")
val image = file.readBitmap()
Log.WriteLog("AAA", "Im here 2")
val image32 = image.toBMP32()
Log.WriteLog("AAA", "Im here 3")
Im here 1
Exception java.lang.UnsupportedOperationException: No suitable image format : MAGIC: Ï ß(ffd8ffe1) ( Ï ß)
at korlibs.image.format.ImageFormats.readImageContainer(ImageFormats.kt:148)
at korlibs.image.format.ImageFormat.readImage(ImageFormat.kt:39)
at korlibs.image.format.ImageFormat.read(ImageFormat.kt:68)
at korlibs.image.format.ImageFormat.decode(ImageFormat.kt:83)
at korlibs.image.format.KorioExtKt._readBitmap(KorioExt.kt:112)
at korlibs.image.format.KorioExtKt._readBitmap$default(KorioExt.kt:94)
at korlibs.image.format.KorioExtKt.readBitmap(KorioExt.kt:24)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Waiting for response