What is the difference between .jfif and .pbm?
- Extension
- .jfif
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- JPEG Group
- Wolfgang Hoschek
- Description
- The JFIF (JPEG File Interchange Format) format makes it possible to transfer compressed JPEG files across computers. This graphical file format uses a marker to show various parameters not seen in the standard JPEG file — for instance, pixel size, pixel geometry, among others.
- 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
- image/jpeg
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .jfif on Wikipedia
- .pbm on Wikipedia