mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
maestro: add settings page to feature graphic
This commit is contained in:
parent
feed18c33e
commit
ae06a768fe
2 changed files with 9 additions and 1 deletions
|
@ -13,12 +13,13 @@ function generate_grid() {
|
|||
"${SCRIPT_DIR}"/run-maestro-flows.sh feature_graphic.yml
|
||||
|
||||
# Use imagemagick to stitch the screenshots in a grid
|
||||
montage -tile 2x0 -geometry +0+0 \
|
||||
montage -tile 3x0 -geometry +0+0 \
|
||||
-border 0 -density 300 \
|
||||
"${SCREENSHOT_DIR}"/HottestPosts.png \
|
||||
"${SCREENSHOT_DIR}"/CommentsPage.png \
|
||||
"${SCREENSHOT_DIR}"/SavedPosts.png \
|
||||
"${SCREENSHOT_DIR}"/SearchPage.png \
|
||||
"${SCREENSHOT_DIR}"/SettingsPage.png \
|
||||
"${1:?}.png" || true
|
||||
|
||||
# Convert the resulting PNG to WebP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue