I'd like to introduce you to <Kamel>. A multiplatf...
# compose-desktop
a
I'd like to introduce you to Kamel. A multiplatform image loading library for Compose. Please check it out and let me know your feedback 🎉.
👍 7
❤️ 2
K 15
t
Coool 👍
🙏 1
m
Can it also load images from a resource folder inside a jar? I haven’t seen an example for that.
a
No it doesn't support that, feel free to create an issue. You can also add your own custom fetcher easily to the
KamelConfig
.
e
Will there be support for Bitmap transformations?
a
You mean support out of compose? 🤔
Because compose itself is so flexible so you can crop, rotate, and do everything with it just like any other image.
e
Interesting. I'll look into that more.