From 79e00ff3f17162d271f26732a6940b7087e76d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E4=B8=96=E6=88=90?= Date: Sun, 21 Oct 2018 18:40:24 +0800 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0859527..448d54a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Options: ``` convert the image to ascii image with fixed width and height - ```bash # width: 100 # height: 30 @@ -45,7 +44,6 @@ image2ascii -f example/images/baozou.jpg -w 100 -g 30 ``` ![demo](https://github.com/qeesung/image2ascii/blob/master/example/images/baozou.gif?raw=true) - convert the image to ascii image by ratio ```bash # ratio: 0.3 -- 2.45.2