Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sendyhalim/gambar

Swift CLI tool to generate ASCII art from image
https://github.com/sendyhalim/gambar

ascii-art cli swift

Last synced: 3 months ago
JSON representation

Swift CLI tool to generate ASCII art from image

Awesome Lists containing this project

README

        

# Gambar

A cli tool to generate ASCII Art from image. ASCII Art algorithm provided by Swort

## Usage
```
gambar /path/to/image

# Or save it to a file
gambar /path/to/image > image.txt
cat image.txt
```

## Installation
### Building from source
You'll need to [install swift](https://swift.org/getting-started/#installing-swift) first. Then do below commands.
```
# MacOS
brew install gd

# Linux
sudo apt-get install libgd-dev

# Install dependencies
git clone https://github.com/sendyhalim/gambar
cd gambar
make install
```

## License
MIT

![Oh Yeahhhhhhhh](https://media.tenor.com/images/6d8fee072338a4a1e29c061b465e5a93/tenor.gif)