This TGA reader is able to read a few different TGA files and also convert them to black white TGA (also 8-bit support). It also support flipping images both vertical and horizontal.
How to compile: (run the 'make' command inside the project folder (where the Makefile file is located)
make
Program arguments:
-bw (black & white)
--bw-8bit (Black & white and 8bit);
-fv (flip vertical)
-fh (flip horizontal)
-debug (show debug output)
-o outputpath (output and output location)
Any bugs or improvements you notice is always welcomed.