What is the difference between .wmf and .pbm?
- Extension
- .wmf
- .pbm
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Microsoft
- Wolfgang Hoschek
- 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.
- 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.wmf
- sample.pbm
- Wikipedia
- .wmf on Wikipedia
- .pbm on Wikipedia