What is the difference between .pbm and .wmf?
- Extension
- .pbm
- .wmf
- 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.
- 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.
- MIME Type
- image/x-portable-bitmap
- application/x-msmetafile
- Sample
- sample.pbm
- sample.wmf
- Wikipedia
- .pbm on Wikipedia
- .wmf on Wikipedia