What is the difference between .oxps and .pgm?
- Extension
- .oxps
- .pgm
- Format
- Binary
- Binary
- Category
- Document
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- Description
- An OXPS file is a file created in the Open XML Paper Specification (OpenXPS) format, which is the same format used by .XPS files. It is similar to a .PDF file and describes the structure and content of a document.
- 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/oxps
- image/x-portable-graymap
- Sample
- sample.oxps
- sample.pgm
- Wikipedia
- .oxps on Wikipedia
- .pgm on Wikipedia