What is the difference between .rgba and .bmp?
- Name
- RGB Bitmap
- Bitmap Image
- Extension
- .rgba
- .bmp
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- SGI
- Microsoft
- Description
- 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.
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- image/x-rgb
- image/bmp
- Sample
- sample.rgba
- sample.bmp
- Wikipedia
- .rgba on Wikipedia
- .bmp on Wikipedia