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