~dricottone/image2ascii

Log terminal size determination error instead of nil
4db5eded — klei22 2 years ago
Update install instructions from to `go install`

Looks like `go get` has been deprecated.

New method for installation is `go install <repo-url>@latest`

In this case:

```sh
go install github.com/qeesung/image2ascii@latest
```
01cc27c9 — 秦世成 6 years ago
Add Awesome badge
eaef718c — qeesung 6 years ago
Fixed the high cyclomatic complexity issue
e8d148c8 — 秦世成 6 years ago
Fixed the golint issue
2ab47357 — 秦世成 6 years ago
Fixed the golint issue
fc387392 — 秦世成 6 years ago
Disable deploy
ea02edb8 — qeesung 6 years ago
Refactor rename the PixelASCII to CharPixel
fe3f9eba — qeesung 6 years ago
fixed the go lint issue
596b61e1 — qeesung 6 years ago
Add method to support convert image to pixelASCII matrix
90b8bfee — qeesung 6 years ago
remove useless code
2f0a0c7d — 秦世成 6 years ago
Update README.md
22ac3f41 — 秦世成 6 years ago
Update README.md
5435fd05 — 秦世成 6 years ago
Update README.md
cc4686e7 — 秦世成 6 years ago
Update README.md
25fbdcc7 — 秦世成 6 years ago
Update README.md
8637a990 — qeesung 6 years ago
add some examples
90f619e4 — qeesung 6 years ago
update docker image
3b332954 — qeesung 6 years ago
update the logic
8ba26814 — qeesung 6 years ago
fixed the lint issue
Next