/ASCIIImageConverter

Simple ASCII Image converter made using OpenCV

Primary LanguageC++

ASCII Image Converter

Simple ASCII Image converter made using OpenCV.

Issues

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.

Usage

./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.

Examples:

Before

leo

After

Screenshot 2022-11-10 at 22 36 25


Before

appo

After

Screenshot 2022-11-10 at 22 42 19


Before

griezmann

After

Screenshot 2022-11-10 at 22 43 15