From 5700ad6b0d89006b6c25ab03d097ba0dc5bde271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E4=B8=96=E6=88=90?= Date: Fri, 26 Oct 2018 11:03:42 +0800 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 8bdb4f1..7c4afeb 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,6 @@ func Image2ASCIIString(image image.Image, options *Options) string {} func ImageFile2ASCIIString(imageFilename string, option *Options) string {} ``` - - ## Sample outputs | Raw Image | ASCII Image | @@ -127,7 +125,6 @@ func ImageFile2ASCIIString(imageFilename string, option *Options) string {} | ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/docs/images/baozou.jpg) | ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/docs/images/baozou_ascii.png) | | ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/docs/images/baozou.jpg) | ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/docs/images/baozou_ascii_colored.png) | - ## License This project is under the MIT License. See the [LICENSE](https://github.com/qeesung/image2ascii/blob/master/LICENSE) file for the full license text. -- 2.45.2