What is the difference between .tga and .pbm?
- Extension
- .tga
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Avid Technology
- Wolfgang Hoschek
- Description
- A TGA file is a file saved in the raster graphic format designed by Truevision. It supports 8, 16, 24, or 32 bits per pixel at a maximum of 24 bits for RGB colors and and 8-bit alpha channel. TGA files are often used to store texture files referenced by 3D video games.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- image/x-tga
- image/x-portable-bitmap
- Sample
- sample.tga
- sample.pbm
- Wikipedia
- .tga on Wikipedia
- .pbm on Wikipedia