compose-imageloader icon indicating copy to clipboard operation
compose-imageloader copied to clipboard

Compose Image library for Kotlin Multiplatform.

Results 41 compose-imageloader issues
Sort by recently updated
recently updated
newest added

i have a multiplatfrom project : android ios desktop and web the image loader works on all platfrom execpt for web i thought that all images didnt work but when...

Hi, Can we load image from ByteArray in compose imageloader? if yes how we can do that? Thanks

Hi im getting error in 1.7.3 in compose web (Kotlin/JS), its working fine in 1.7.1, but not in 1.7.2 and 1.7.3 Getting following error: `Function 'CanvasBasedWindow$composable' can not be called:...

how to reset cache for one particular image? I am using rememberImagePainter with default image loader. If i change image still it shows old/cached image unless i clear app cache.

I'm trying to write a Paparazzi ui test, but no image is displayed : my test : ``` class TempTest { private fun generateImageLoader() = ImageLoader { interceptor { useDefaultInterceptors...

The documentation doesn't show how to set an image. I've tried ChatGTP solutions and other solutions like below (which has worked finally) but it does work when given a URL...

documentation

Would it be possible to provide a Bitmap or Drawable in addition to Painter when the image is successfully downloaded in Android target similar to Coil-Compose? Coil: ``` DisposableEffect(url) {...

https://github.com/qdsfdhvh/compose-imageloader/blob/b85d5c44c040267356c8f12643ac9d3f054075de/docs/docs/core/basic.md?plain=1#L91 I'm not sure if this can help, but by running this test on jsNodeTest you can get a file in a real file system [kotlinx-io js test](https://github.com/Kotlin/kotlinx-io/blob/611bec690eca094beb66f80e08018f4ec4dac0e9/core/js/test/utils.kt#L38)