This simple image converter allows you to create ASCII art from PNG images. It converts a color image to a black and white image, then replaces each pixel with an ASCII character based on its brightness, creating ASCII art.
mkdir build && cd build
cmake ..
make
./Img2ASCIIArt <image_path> [output_width output_height]