frans-johansson / pylettize

Simple image re-palettization in Python 🎨 Have any image match any color palette!
MIT License
2 stars 0 forks source link

Reduce noise for hard blending and low-temperature linear blending #3

Open frans-johansson opened 2 years ago

frans-johansson commented 2 years ago

Currently, setting very low temperature values when using linear blending cause the resulting image to appear noisy. A similar effect is experienced when using hard blending.

Somehow, we would want to mitigate this effect to achieve smoother results. Ideally this would be parameterized in some way for tuning to a desired effect.