Add ImageMagic info.

This commit is contained in:
Artem Pastukhov 2015-12-15 09:35:20 +03:00
parent 6009602382
commit 5cb27f89ae
1 changed files with 7 additions and 1 deletions

View File

@ -24,5 +24,11 @@ done
rm out/*png out/*xbm
```
Convert all the png in the current folder and put resulting .mono to ./out
The convert binary is a part of ImageMagic package. You need to install it.
```
sudo apt-get install imagemagick
```
for Debian/Ubuntu.