What is the difference between .xbm and .emf?
- Extension
- .xbm
- .emf
- Format
- Text
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- The X Consortium
- Microsoft
- Description
- Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
- 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-xbitmap
- application/x-msmetafile
- Sample
- sample.xbm
- sample.emf
- Wikipedia
- .xbm on Wikipedia
- .emf on Wikipedia