What is the difference between .pbm and .jif?
- Extension
- .pbm
- .jif
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- JPEG Group
- 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.
- It is a JPEG (Joint Photographic Experts Group) creation that is based on 24-bit color pallette and uses a lossy compression algorithm for digital photography.
- MIME Type
- image/x-portable-bitmap
- image/jpeg
- Sample
- sample.pbm
- Wikipedia
- .pbm on Wikipedia
- .jif on Wikipedia