What is the difference between .pgm and .doc?
- Extension
- .pgm
- .doc
- Format
- Binary
- Binary
- Category
- Raster Image
- Document
- Developer
- Jef Poskanzer
- Microsoft
- 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.
- A DOC file is a word processing document created by Microsoft Word, or another word processing program, such as OpenOffice Writer or Apple Pages. It may contain formatted text, images, tables, graphs, charts, page formatting, and print settings.
- MIME Type
- image/x-portable-graymap
- application/msword
- Sample
- sample.pgm
- sample.doc
- Wikipedia
- .pgm on Wikipedia
- .doc on Wikipedia