@@ 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.