A simple program that transforms images to ASCII art
stb_image.h (link)
stb_image_resize2.h (link)
gcc main.c -lm
a.exe <path/to/image> <width> <flags>
width: width of ascii art (1 ascii pixel is 2 characters wide)
flags: -nc (print to terminal without color)