What is BMP?
BMP is the Windows bitmap: pixel values written out with essentially no compression, which makes the files enormous and the format trivial to read. It survives in Windows tooling, embedded systems and anywhere a program wants image data without a decoder in front of it. Rows are stored bottom-up.
What is TGA?
Truevision TGA is a fixture of game development and 3D texturing, where its straightforward layout and real alpha channel have kept it in use long after browsers stopped caring about it. Files may be raw or run-length encoded.