Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require Ktor engine for local image loading #35

Open
russellbanks opened this issue May 24, 2023 · 3 comments
Open

Don't require Ktor engine for local image loading #35

russellbanks opened this issue May 24, 2023 · 3 comments

Comments

@russellbanks
Copy link

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.

@cerver1
Copy link

cerver1 commented Sep 9, 2023

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

@luca992
Copy link
Member

luca992 commented Sep 9, 2023

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

@luca992
Copy link
Member

luca992 commented Feb 20, 2024

@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

#96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants