What is the difference between .pbm and .bmp?
- Extension
 - .pbm
 - .bmp
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster 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.
 - A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
 
- MIME Type
 - image/x-portable-bitmap
 - image/bmp
 
- Sample
 - sample.pbm
 - sample.bmp
 
- Wikipedia
 - .pbm on Wikipedia
 - .bmp on Wikipedia