~dricottone/image2ascii

427a0f9e7be0aee61a32645b2182361d291bd422 — 秦世成 6 years ago e652cc7
Update README
1 files changed, 6 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +6 -5
@@ 15,7 15,7 @@ package main

import (
	"fmt"
	"github.com/qeesung/image2asicc/convert"
	"github.com/qeesung/image2ascii/convert"
	"image"
	_ "image/jpeg"
	_ "image/png"


@@ 42,7 42,8 @@ func main() {
}
```

output
Raw Image             |  ASCII Image
:-------------------------:|:-------------------------:
![](https://raw.githubusercontent.com/qeesung/image2ascii/master/example/images/lufei.jpg)  |  ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/example/images/lufei_ascii.png)
## example outputs

| Raw Image         | ASCII Image           |
| ------------- |:-------------:| 
| ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/example/images/lufei.jpg)      | ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/example/images/lufei_ascii.png) |