Skip to content

Instantly share code, notes, and snippets.

@initbar
Created July 15, 2022 20:24
Show Gist options
  • Save initbar/abde79884f002367120001a21eb0d802 to your computer and use it in GitHub Desktop.
Save initbar/abde79884f002367120001a21eb0d802 to your computer and use it in GitHub Desktop.
#!/bin/bash
convert \
-font "Cascadia-Mono-Regular" \
-background "#fff" \
-fill "#000" \
-pointsize 40 \
-size 1024x768 \
-gravity center label:'<title>' \
logo.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment