What is the difference between .rgba and .emf?
- Extension
- .rgba
- .emf
- Format
- Binary
- Binary
- Category
- Raster Image
- Vector 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.
- Windows vector graphics format recognized by many image-editing applications; basically a 32-bit version of the original Windows Metafile Format (.WMF), which only supports 16-bit data; saves image data in an RGB format and does not support CMYK data.
- MIME Type
- image/x-rgb
- application/x-msmetafile
- Sample
- sample.rgba
- sample.emf
- Wikipedia
- .rgba on Wikipedia
- .emf on Wikipedia