What is the difference between .pbm and .pam?
- Extension
- .pbm
- .pam
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- Bryan Henderson
- 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.
- The PAM image format is a lowest common denominator 2 dimensional map format. It is designed to be used for any of myriad kinds of graphics, but can theoretically be used for any kind of data that is arranged as a two dimensional rectangular array.
- MIME Type
- image/x-portable-bitmap
- image/x-portable-arbitrarymap[3]
- Sample
- sample.pbm
- sample.pam
- Wikipedia
- .pbm on Wikipedia
- .pam on Wikipedia