memes with imagemagick

This commit is contained in:
Malin Freeborn 2020-07-09 17:44:38 +02:00
parent 545715083d
commit 7ac12e5c4d
1 changed files with 2 additions and 0 deletions

View File

@ -71,5 +71,7 @@ Make na image showing day of the week:
> convert -fill blue -font Sauce-Code-Pro-Semibold-Nerd-Font-Complete-Mono -gravity center -pointsize 79 label:$(date +%A) day.png
Make a meme:
> convert inputmemeimage.png -font impact -fill white -pointsize 84 -stroke black -strokewidth 3 -gravity north -annotate +0+20 'TOP MEME TEXT' -gravity south -annotate +0+20 'BOTTOM MEME TEXT' outputmemeimage.png