From c4ada2b45153cca4628e585ab477ed5fd981dfe9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 16 Sep 2024 10:43:37 +0900 Subject: changed wallust "engine to lab --- config/wallust/wallust.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config/wallust') diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index d1b6abc3..e16f15dd 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -1,8 +1,13 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # wallust configuration - for wallust version 3.0 +# How the image is parse, in order to get the colors: +# full - resized - wal - thumb - fastresize - kmeans backend = "kmeans" -color_space = "lch" + +# What color space to use to produce and select the most prominent colors: +# lab - labmixed - lch - lchmixed +color_space = "lab" # 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. -- cgit v1.2.3