Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 807 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 807 Bytes

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 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