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

Image loading with blurred color of image like in Discord (BlurHash) #2847

Closed
akardas16 opened this issue Feb 17, 2025 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@akardas16
Copy link

Is your feature request related to a problem? Please describe.
is there a way to load image with blurred color of image like in discord?

Image

@akardas16 akardas16 added the enhancement New feature or request label Feb 17, 2025
@akardas16 akardas16 changed the title Image loading with blurred color of image like in Discord Image loading with blurred color of image like in Discord (called BlurHash) Feb 17, 2025
@akardas16 akardas16 changed the title Image loading with blurred color of image like in Discord (called BlurHash) Image loading with blurred color of image like in Discord (BlurHash) Feb 17, 2025
@colinrtwhite
Copy link
Member

It's not supported out of the box. If you have the blur hash data you can use something like this library and pass it as the placeholder argument to AsyncImage.

@vanniktech
Copy link

You can also use my library: vanniktech/blurhash#173 right now I'm using it since I published it locally. I'm already using it with coil in one of my newer projects.

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

No branches or pull requests

3 participants