ascii-art-generator
Code
DEMO
A lightweight tool that uses lodepng to load PNG images and then converts them into ASCII art.
Requirements
Image Format: Supports PNG files only. If your image is in a different format,
try using Convertio to convert it to PNG.
Terminal Emulator: A 24-bit color supporting terminal:
macOs :
iterm
Linux : any terminal
Usage
./convert.sh [path to png file]
OR
./compile.sh
./a.out [png file] > output_file
Example
./convert.sh pngs/moon.png