summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-23 09:40:59 +0300
committerPaul Buetow <paul@buetow.org>2026-04-23 09:40:59 +0300
commitba1711dac3602430bedb1745e24865945349aeed (patch)
tree04c87f8626d5767532104763d566b257476cd08a
parentb831b6bff98ceb4fbe992640a857d27501763b40 (diff)
docs: add compressed stylegrid preview to READMEmain
Update the stylegrid section with current panel counts and embed a lightweight JPEG preview so readers can quickly see all style/theme examples without loading the full-size grid. Made-with: Cursor
-rw-r--r--README.md6
-rw-r--r--assets/stylegrid-all-styles-and-themes-small.jpgbin0 -> 228010 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index daa6b05..f96b49d 100644
--- a/README.md
+++ b/README.md
@@ -241,6 +241,10 @@ To compare **every** line in `styles.*` plus **every** `story.genres` entry on o
go run ./cmd/stylegrid --config config.yaml --output stylegrid.png
```
-Flags: `--scene` (override the shared scene), `--aspect-ratio` (default `16:9`), `--timeout` (default 45m). With default `config` this produces **14** style variants + **3** genre panels = **17** images. Regenerate after editing style or genre lists in YAML.
+Flags: `--scene` (override the shared scene), `--aspect-ratio` (default `16:9`), `--timeout` (default 45m). With default `config` this produces **24** style variants + **3** genre panels = **27** images. Regenerate after editing style or genre lists in YAML.
`mage stylegrid` writes `stylegrid.png` in the repo root via the same command.
+
+Example preview (downscaled JPEG for README; full-resolution grid is much larger):
+
+![Stylegrid preview](assets/stylegrid-all-styles-and-themes-small.jpg)
diff --git a/assets/stylegrid-all-styles-and-themes-small.jpg b/assets/stylegrid-all-styles-and-themes-small.jpg
new file mode 100644
index 0000000..3fb9bdf
--- /dev/null
+++ b/assets/stylegrid-all-styles-and-themes-small.jpg
Binary files differ