/ascii-converter

Image to ASCII Converter

Primary LanguageC++

ascii-converter

Image to ASCII Converter

Compile:

$ g++ main.cpp -o convertToAscii pkg-config opencv --cflags --libs

Run:

$ ./convertToAscii <input.jpg> <output.txt>

Example: image to ascii converter