What is the difference between .oxps and .ppm?
- Extension
- .oxps
- .ppm
- Format
- Binary
- Text
- 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 PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- MIME Type
- application/oxps
- image/x-portable-pixmap
- Sample
- sample.oxps
- sample.ppm
- Wikipedia
- .oxps on Wikipedia
- .ppm on Wikipedia