What is the difference between .wmf and .xbm?
- Extension
- .wmf
- .xbm
- Format
- Binary
- Text
- Category
- Vector Image
- Raster Image
- Developer
- Microsoft
- The X Consortium
- Description
- Proprietary Windows graphic format developed by Microsoft; contains a series of drawing operations, including commands for drawing lines, circles, and rectangles; may also contain bitmap drawing operations; used primarily for vector images, but can also include raster graphics.
- 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.
- MIME Type
- application/x-msmetafile
- image/x-xbitmap
- Sample
- sample.wmf
- sample.xbm
- Wikipedia
- .wmf on Wikipedia
- .xbm on Wikipedia