Commit 5cb27f89 authored by Artem Pastukhov's avatar Artem Pastukhov
Browse files

Add ImageMagic info.

parent 60096023
...@@ -24,5 +24,11 @@ done ...@@ -24,5 +24,11 @@ done
rm out/*png out/*xbm rm out/*png out/*xbm
``` ```
Convert all the png in the current folder and put resulting .mono to ./out 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.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment