Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 348 Bytes

ImageToASCIIcpp

Program converting image to ascii art written in cpp, using CImg. Needs imagemagick to compile.

imgtoascii.cpp uses commandline arguments imgtoascii_woarg.cpp gets paths and size using command line

Using a lot of code from this page