What is the difference between .emf and .rgba?
- Extension
- .emf
- .rgba
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Microsoft
- SGI
- Description
- 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.
- 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
- application/x-msmetafile
- image/x-rgb
- Sample
- sample.emf
- sample.rgba
- Wikipedia
- .emf on Wikipedia
- .rgba on Wikipedia