Created setup (markdown)
parent
5e94ae076c
commit
caeeb7cb21
|
|
@ -0,0 +1,19 @@
|
|||
### Initial setup
|
||||
|
||||
This is very crude for now. 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/
|
||||
```
|
||||
Loading…
Reference in New Issue