What is the difference between .tga and .ppm?
- Extension
- .tga
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Avid Technology
- Jef Poskanzer
- 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.
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- MIME Type
- image/x-tga
- image/x-portable-pixmap
- Sample
- sample.tga
- sample.ppm
- Wikipedia
- .tga on Wikipedia
- .ppm on Wikipedia