https://github.com/alfg/asciicat
:smile_cat: A Simple Image to ASCII Art Conversion Tool.
https://github.com/alfg/asciicat
art ascii ascii-art-conversion cli golang
Last synced: about 1 year ago
JSON representation
:smile_cat: A Simple Image to ASCII Art Conversion Tool.
- Host: GitHub
- URL: https://github.com/alfg/asciicat
- Owner: alfg
- Created: 2016-09-19T04:24:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T00:55:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T16:52:52.330Z (over 1 year ago)
- Topics: art, ascii, ascii-art-conversion, cli, golang
- Language: Go
- Homepage: https://github.com/alfg/asciicat
- Size: 310 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asciicat
Simple Image to ASCII Art Conversion Tool. Written in Go!
## Install
[Homebrew](http://brew.sh/):
```
brew tap alfg/tap
brew install asciicat
```
Or using Go:
```
go install github.com/alfg/asciicat@latest
```
## Usage
```
asciicat -i gopher.png
-i - Relative path to image file.
-w - Width of output.
```
## Example

## License
MIT
## Credits
Based on example algorithms from:
http://stackoverflow.com/questions/32987103/image-to-ascii-art-conversion