Skip to content

Instantly share code, notes, and snippets.

@JupyterJones
Created October 21, 2023 21:40
Show Gist options
  • Save JupyterJones/c7182a25151af6258ea95a69913fe443 to your computer and use it in GitHub Desktop.
Save JupyterJones/c7182a25151af6258ea95a69913fe443 to your computer and use it in GitHub Desktop.
make a png from a text file
#!/bin/bash
convert -size 512x666 -background black -fill white -font /home/jack/fonts/Arimo-Regular.ttf -pointsize 30 -gravity center caption:@topic.txt -set delay 4 -loop 0 -coalesce -layers Optimize topic.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment