Awesome
Gambar
<img src="https://raw.githubusercontent.com/sendyhalim/gambar/master/examples/result.png" width="600"> A cli tool to generate ASCII Art from image. ASCII Art algorithm provided by <a href="https://github.com/sendyhalim/swort" target="_blank">Swort</a>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