What is the difference between .pgm and .g4?
- Extension
- .pgm
- .g4
- Format
- Binary
- Binary
- Category
- Raster Image
- Fax
- Developer
- Jef Poskanzer
- Computer Fax Systems (CFS)
- Description
- 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.
- Group 4 (G4) used for black and white lossless compression to maintain high-quality images, commonly used in TIFF format compression by fax machines. A picture is seen as black dots and lines on a blank page; the fewer the dots and lines are, the lesser the file size.
- MIME Type
- image/x-portable-graymap
- image/g4fax
- Sample
- sample.pgm
- Wikipedia
- .pgm on Wikipedia