From 5cb27f89ae434e2df78c52c30422046f2574f773 Mon Sep 17 00:00:00 2001 From: Artem Pastukhov Date: Tue, 15 Dec 2015 09:35:20 +0300 Subject: [PATCH] Add ImageMagic info. --- app/u8glib/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/u8glib/README.md b/app/u8glib/README.md index 07acdf9d..ed5598f8 100644 --- a/app/u8glib/README.md +++ b/app/u8glib/README.md @@ -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. \ No newline at end of file