feat: render both variants by default (DARK/LIGHT to select one); add attributed Commons samples to guide
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user