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
- Host: GitHub
- URL: https://github.com/lloiser/img2ansi
- Owner: lloiser
- License: mit
- Created: 2017-03-19T19:52:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T22:10:20.000Z (over 9 years ago)
- Last Synced: 2023-10-18T04:53:18.102Z (over 2 years ago)
- Topics: ansi, go, image
- Language: Go
- Homepage:
- Size: 74.2 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
