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

https://github.com/lloiser/img2ansi

🖼 Convert an image to ANSI
https://github.com/lloiser/img2ansi

ansi go image

Last synced: 11 months ago
JSON representation

🖼 Convert an image to ANSI

Awesome Lists containing this project

README

          

# img2ansi

Converts an image to ANSI (using SGR escape sequences)

## Usage

```shell
img2ansi --help
# Usage of img2ansi: [options]
# -o string
# Output file
# -w int
# Width of ANSI image (default 100)
```

## Demo

```shell
img2ansi examples/gopher.png
```

![Demo](https://raw.githubusercontent.com/lloiser/img2ansi/master/assets/ansi-gopher.png)