osanir / ascii-converter

Image to ASCII Converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Image to ASCII Converter


Languages

Language:C++ 100.0%