What is the difference between .tga and .xpm?
- Extension
- .tga
- .xpm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Avid Technology
- X Consortium
- 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.
- The XPM (X11 Pixmap Graphic) file format is a plain text file format used to store pixmap images, which are pixel-based graphics. It is designed for use with the X Window System, commonly used in Unix and Linux environments. XPM files define images in a structured format, using ASCII text to describe each pixel's color and location within the image. This format supports both monochrome and color images and allows for the definition of custom color palettes.
- MIME Type
- image/x-tga
- image/x-xbitmap
- Sample
- sample.tga
- sample.xpm
- Wikipedia
- .tga on Wikipedia
- .xpm on Wikipedia