Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alfg/asciicat
- Owner: alfg
- Created: 2016-09-19T04:24:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T00:55:25.000Z (over 2 years ago)
- Last Synced: 2024-06-20T05:25:06.104Z (7 months ago)
- Topics: art, ascii, ascii-art-conversion, cli, golang
- Language: Go
- Homepage: https://github.com/alfg/asciicat
- Size: 310 KB
- Stars: 17
- Watchers: 3
- 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
![](screenshot.png)## License
MIT## Credits
Based on example algorithms from:
http://stackoverflow.com/questions/32987103/image-to-ascii-art-conversion