From 0048ecc6c3ce11cee674fe09fb9714aa627f1029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E4=B8=96=E6=88=90?= Date: Sun, 28 Oct 2018 15:31:17 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 22dc600..f926d9c 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ convert the image disable fit the screen image2ascii -f docs/images/lufei.jpg -s=false ``` +convert the image reverse the chars +```bash +image2ascii -f docs/images/lufei.jpg -i +``` + ## Library usage ```golang -- 2.45.2