GlidePainter is based on Coils painter. https://github.com/bumptech/glide/blob/master/integration/compose/src/main/java/com/bumptech/glide/integration/compose/GlidePainter.kt But glide does not expose api like rememberAsyncImagePainter https://github.com/coil-kt/coil/blob/main/coil-compose-core/src/commonMain/kotlin/coil3/compose/AsyncImagePainter.kt#L75 It would be benefitial to expose similar api to allow using just painter and glide for resource loading without GlideImage.