woltapp / blurhash

A very compact representation of a placeholder for an image.
https://blurha.sh
MIT License
15.64k stars 353 forks source link

Reduce intensity of too dominant colors #241

Open DreamUpProjekt opened 1 year ago

DreamUpProjekt commented 1 year ago

For most of the images I use blurhash on, the result looks nice and as expected. But there are images, which look kinda weird, because of the color scheme of the decoding produces.

Here are some examples of what I mean:

BlurHash Example 1

BlurHash Example 2

BlurHash Example 3

BlurHash Example 4

These very intense color "drops" appear and disappear, depending on the number of tiles, so it would be possible to get the best outcome, setting the components manually. But I want to get blurhashs for usergenerated images, so I need an overall rule to set the amount of components.

Is there anything I can do in this situation?

I'm working with the dart implementation on Flutter.

jhay-25 commented 1 year ago

@FaKo97 have you found any solution for this?