From b1f7b10d16b7414f0507485ca19883249f8be105 Mon Sep 17 00:00:00 2001 From: qeesung <1245712564@qq.com> Date: Sun, 21 Oct 2018 00:45:43 +0800 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 24644ba..c7205ef 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ image2ascii version: image2ascii/1.0.0 Usage: image2ascii [-s] -f -r -w -g Options: + -c Colored the ascii when output to the terminal (default true) -f string Image filename to be convert -g int @@ -50,6 +51,15 @@ convert the image to ascii fit the screen image2ascii -f example/images/lufei.jpg -s ``` +convert the image without the color +```bash +image2ascii -f example/images/lufei.jpg -s -c=false +``` + +convert the image disable fit the screen +```bash +image2ascii -f example/images/lufei.jpg -s=false +``` ## library usage -- 2.45.2