feat: render both variants by default (DARK/LIGHT to select one); add attributed Commons samples to guide

This commit is contained in:
Richard Zink
2026-09-22 11:40:54 +02:00
parent 4ca243c13d
commit b04bd317fd
13 changed files with 120 additions and 33 deletions
+3 -2
View File
@@ -61,8 +61,9 @@ wallpaper: the image is reduced to Ash-tinted greys, while warm ember/gold
highlights (sunset, fire, lights, skin tones) are selectively preserved.
```sh
tools/ash-wallpaper.sh photo.jpg # -> photo-ash.png, dark base
PRESET=light tools/ash-wallpaper.sh photo.jpg # light variant base
tools/ash-wallpaper.sh photo.jpg # -> photo-ash-dark.png AND photo-ash-light.png
DARK=1 tools/ash-wallpaper.sh photo.jpg # only dark
LIGHT=1 tools/ash-wallpaper.sh photo.jpg # only light
```
See **[tools/ash-wallpaper.md](tools/ash-wallpaper.md)** for the full