What is the difference between .emf and .ras?
- Extension
- .emf
- .ras
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Microsoft
- Sun
- 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.
- Originally used on the Sun Microsystems computers, RAS is a raster image format that displays bitmap images. It is popularly used for specific types of research projects and it can be developed in Unix OS as well. It supports 1 and 32-bits per pixel and used RLE compression codec.
- MIME Type
- application/x-msmetafile
- image/x-cmu-raster
- Sample
- sample.emf
- Wikipedia
- .emf on Wikipedia
- .ras on Wikipedia