simple program(in c) to show images as ansi [!NOTE]
you need edit
#define x and #define y
to match the correct dimension here the chart: (0 black, 1 white, 2 red, 3 green, 4 yellow, 5 blue, 6 magenta, 7 cyan)
first edit test.txt to whateer you want
then run gcc main.c -o main (make sure you puted correct dimenions above)
and finally ./main test.txt