Skip to content

Instantly share code, notes, and snippets.

@hellocatfood
hellocatfood / typewriter.sh
Created May 23, 2020 14:01
Create a typewriter text effect using Imagemagick 7
#/bin/bash
# Adapted from here https://imagemagick.org/discourse-server/viewtopic.php?p=163774#p163774
# Requires Imagemagick 7 and a monospace font. Tested on Ubuntu 20.04
FONT= # replace with path to monospace font
POINTS=18
COUNT=0
TEXT= # replace textfile.txt with path to plain text file