Simple ASCII Image converter made using OpenCV.
Currently isn't working 100% correctly. At this time, the output files contain the converted ASCII image three times side by side, as shown in the examples below.
./ASCIIArtGenerator [imageLocation] [outputFileLocation] [pixelsPerCharacter]
Image Location - The location of the image on your computer.
Output File Location - The location you want to save the outputted .txt file.
Pixels Per Character - The number of pixels per character. This value should either be set to 1 or 4, as they are the two options. If left out, it will be set to 1 by default.