================================= ================================= ================================= 기본 헤더 typedef struct tgaTARGAFILEHEADER { unsigned char imageIDLength; // 식별 필드의 길이 // 0이면 식별 필드가 포함되지 않은 것이다. unsigned char colorMapType; // 색상 맵의 종류 : 항상 0임 unsigned char imageTypeCode; // 2 이면 압축되지 않은 RGB // 3 이면 압축되지 않은 그레이 스케일 short int colorMapOrigin; // 색상 맵의 시작 위치( 하위-상위) ; 항상 0임 short i..