What is the difference between .tga and .rgba?
- Name
- Targa Graphic
- RGB Bitmap
- Extension
- .tga
- .rgba
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Avid Technology
- SGI
- 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.
- An RGBA file is a color bitmap image format created by Silicon Graphics (SGI). It is similar to the .RGB file as it supports color RGB channels with an alpha channel.
- MIME Type
- image/x-tga
- image/x-rgb
- Sample
- sample.tga
- sample.rgba
- Wikipedia
- .tga on Wikipedia
- .rgba on Wikipedia