Add ImageMagic info.
This commit is contained in:
parent
6009602382
commit
5cb27f89ae
|
@ -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.
|
Loading…
Reference in New Issue