From cc4686e71951e548a55097a1922908a4e527722d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E4=B8=96=E6=88=90?= Date: Mon, 29 Oct 2018 23:13:36 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0fc4ca..a89d2c8 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,14 @@ 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 + Image filename to be convert (default "docs/images/lufei.jpg") -g int Expected image height, -1 for image default height (default -1) -i Reversed the ascii when output to the terminal -r float Ratio to scale the image, ignored when use -w or -g (default 1) -s Fit the terminal screen, ignored when use -w, -g, -r (default true) + -t Stretch the picture to overspread the screen -w int Expected image width, -1 for image default width (default -1) ``` -- 2.45.2