What is the difference between .pbm and .jng?
- Extension
- .pbm
- .jng
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- Mozilla Corporation
- 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.
- Image file format related to the .PNG format, but uses lossy compression like standard .JPG files; developed as a sub-format for .MNG objects, but can also be used as a standalone raster image format.
- MIME Type
- image/x-portable-bitmap
- image/x-jng
- Sample
- sample.pbm
- sample.jng
- Wikipedia
- .pbm on Wikipedia
- .jng on Wikipedia