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