MyImage

fun MyImage(file: File, modifier: Modifier = Modifier, contentScale: ContentScale = ContentScale.Fit)


fun MyImage(bytes: suspend () -> ByteArray, modifier: Modifier = Modifier, contentScale: ContentScale = ContentScale.Fit)

use something like "Res.readBytes("files/myDir/someFile.bin")" to read the file