TGA_FTR_LEN
char tgafooter[TGA_FTR_LEN + 1] = { 0 };
if (file.ReadAt(filesize - TGA_FTR_LEN, tgafooter, TGA_FTR_LEN) == TGA_FTR_LEN) {