wallust

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 60db394acf642f6883b2818c75052ed27c55eb79
parent d760fb762bf666894239cd65124abb30732b4301
Author: mrgrouse <bdmfegys@duck.com>
Date:   Mon, 23 Sep 2024 22:30:26 -0400

wallust.toml: switch backend to fastresize, threshold to 12 and filter to harddark16

Diffstat:
Mwallust.toml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wallust.toml b/wallust.toml @@ -10,7 +10,7 @@ # * fastresize - A much faster resize algo that uses SIMD. For some reason it # fails on some images where `resized` doesn't, for this reason # it does not *replace* but rather it's a new option. -backend = "thumb" +backend = "fastresize" # What color space to use to produce and select the most prominent colors: # * lab - Uses Cie L*a*b color space @@ -27,7 +27,7 @@ color_space = "lab" # 2 - 10 Perceptible at a glance. # 11 - 49 Colors are more similar than opposite # 100 Colors are exact opposite -threshold = 20 +threshold = 12 # NOTE: All filters will fill 16 colors (from color0 to color15), 16 color # variations are the 'ilusion' of more colors by opaquing color1 to color5. @@ -43,7 +43,7 @@ threshold = 20 # * softdark16 - softdark with 16 color variation # * softlight - Light with soft pastel colors, counterpart of `harddark` # * softlight16 - softlight with 16 color variation -filter = "dark" +filter = "harddark16" # Ensures a "readable contrast" (OPTIONAL, disabled by default) # Should only be enables when you notice an unreadable contrast frequently happening