gambar /path/to/image
# Or save it to a file
gambar /path/to/image > image.txt
cat image.txt
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
MIT