What is the difference between .pbm and .pgm?
- Extension
- .pbm
- .pgm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Wolfgang Hoschek
- Jef Poskanzer
- 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 PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- MIME Type
- image/x-portable-bitmap
- image/x-portable-graymap
- Sample
- sample.pbm
- sample.pgm
- Wikipedia
- .pbm on Wikipedia
- .pgm on Wikipedia