Kamel icon indicating copy to clipboard operation
Kamel copied to clipboard

Don't require Ktor engine for local image loading

Open russellbanks opened this issue 1 year ago • 3 comments

I use Kamel to show images that the user selects from their file explorer, but it requires a Ktor engine dependency to do so despite it not needing any HTTP requests for local image loading.

russellbanks avatar May 24 '23 08:05 russellbanks

Thank you for this issue. I kept encountering crashes when trying to use kamel. Now I know why

cerver1 avatar Sep 09 '23 01:09 cerver1

No timeline, but once #51 is implemented this should be resolved

luca992 avatar Sep 09 '23 04:09 luca992

@russellbanks check out implementation("media.kamel:kamel-image-default:1.0.0-beta.1") You can choose pick and choose almost all parts now.... While ktor core is still required, I think it should work without having to add an engine when loading local images

https://github.com/Kamel-Media/Kamel/pull/96

luca992 avatar Feb 20 '24 09:02 luca992