What is the difference between .wps and .pgm?
- Extension
- .wps
- .pgm
- Format
- Binary
- Binary
- Category
- Document
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- Description
- A WPS file is a document created with Microsoft Works word processing software. It contains document elements similar to a Microsoft Word (.DOC) document, but does not include advanced formatting options and macros that a Word document may contain.
- 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
- application/vnd.ms-works
- image/x-portable-graymap
- Sample
- sample.wps
- sample.pgm
- Wikipedia
- .wps on Wikipedia
- .pgm on Wikipedia