Skip to content
hrj edited this page Jun 29, 2020 · 2 revisions

Initial setup

This is very crude. It needs to be smart and automated.

  • Create two folders known and unknown
  • Create some images in each of these folders. For example:
convert -fill blue -pointsize 72 label:k1 known/k1.png
convert -fill blue -pointsize 72 label:k2 known/k2.png
convert -fill blue -pointsize 72 label:u1 unknown/u1.png
  • Create a font folder and put some fonts in it:
mkdir -p lib/fonts/medium/
cp <<some.ttf>> lib/fonts/medium/
Clone this wiki locally