Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

:smile_cat: A Simple Image to ASCII Art Conversion Tool.

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
![](screenshot.png)

## License
MIT

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