- Can print any image to the console
- Uses stb_image for image handling
- Supports many formats
-g++ main.cpp -Iinclude -o termimg.exe
termimg.exe <image_path> <downscaling value> [-streched] [-color <color_name>]- downscaling value > 1 -> smaller image
- downscaling value 1 -> 1:1 image printing
- stretched -> image becomes twice as wide (optional)
- color -> choose print color (optional)