https://coil-kt.github.io/coil/compose/
implementation(“io.coil-kt:coil-compose:1.4.0”)
Image( painter=rememberImagePainter(vm.GetPictureFile(kiroku, 0)), contentDescription= “picture”, modifier=Modifier.size(vm.imageSize))
https://coil-kt.github.io/coil/compose/
implementation(“io.coil-kt:coil-compose:1.4.0”)
Image( painter=rememberImagePainter(vm.GetPictureFile(kiroku, 0)), contentDescription= “picture”, modifier=Modifier.size(vm.imageSize))