Skip to content

Swift CLI tool to generate ASCII art from image

License

Notifications You must be signed in to change notification settings

sendyhalim/gambar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Swift CLI tool to generate ASCII art from image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published