I seen many applications (such as warcraft) dump images as TGA. Why?
feedback
|
closed as not constructive by slhck, Linker3000, studiohack♦ Aug 1 '11 at 1:07
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
TGA or Targa image file format was one of the most ubiquitous and relatively early formats that supported alpha transparency and generally was used by the games industry for sprite data. In addition it also supported RLE (run-length encoding), which is very simple way of compacting repetitive data and can be useful for some sprite data. The file format specification was fairly linear and also importantly wasn't encumbered by patents, so this format is trusted for its ease of implementation, features and lack of legal issues associated with software patents. | |||||
feedback
|