Skip to content

Instantly share code, notes, and snippets.

@initbar
Last active July 15, 2022 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save initbar/3107be14e4f341e5224e50943a7adb59 to your computer and use it in GitHub Desktop.
Save initbar/3107be14e4f341e5224e50943a7adb59 to your computer and use it in GitHub Desktop.
#!/bin/bash
convert \
-font "Cascadia-Mono-Regular" \
-background "#fff" \
-fill "#000" \
-pointsize 42 \
-size 800x200 \
-gravity center label:'<title>' \
logo.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment