What is the difference between .pam and .pgm?
- Extension
- .pam
- .pgm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Bryan Henderson
- Jef Poskanzer
- Description
- The PAM image format is a lowest common denominator 2 dimensional map format. It is designed to be used for any of myriad kinds of graphics, but can theoretically be used for any kind of data that is arranged as a two dimensional rectangular array.
- 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-arbitrarymap[3]
- image/x-portable-graymap
- Sample
- sample.pam
- sample.pgm
- Wikipedia
- .pam on Wikipedia
- .pgm on Wikipedia