An open API service indexing awesome lists of open source software.

https://github.com/jcbritobr/img2ascii

Simple term ascii image encoder fully tested.
https://github.com/jcbritobr/img2ascii

ascii ascii-art encoder go golang image image-processing tdd testing

Last synced: about 1 year ago
JSON representation

Simple term ascii image encoder fully tested.

Awesome Lists containing this project

README

          

# img2ascii
Simple term ascii image encoder fully tested.

* **Test** \
update golden files
```sh
$ go go test ./... -update
```

```sh
$ go go test ./... -cover -v
```

* **Build**
```sh
$ go build -v
```

* **Usage**

```sh
$ ./img2ascii -h
Usage of ./img2ascii:
-f string
-f (default "sample.jpg")
-s uint
-s (default 70)
```

```sh
$ ./img2ascii -f encoder/testdata/tux.jpg -s 60
```

```sh
$ ./img2ascii -f encoder/testdata/julio.jpg -s 60
```