What is the difference between .emf and .pbm?
- Extension
- .emf
- .pbm
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Microsoft
- Wolfgang Hoschek
- 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.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- application/x-msmetafile
- image/x-portable-bitmap
- Sample
- sample.emf
- sample.pbm
- Wikipedia
- .emf on Wikipedia
- .pbm on Wikipedia