What is the difference between .ppm and .xps?
- Extension
- .ppm
- .xps
- Format
- Text
- Binary
- Category
- Raster Image
- Document
- Developer
- Jef Poskanzer
- Microsoft
- Description
- 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.
- An XPS file is a document that contains fixed page layout information written in the XPS page description language. It defines the layout, appearance, and printing information for a document. XPS files are similar to .PDF files, but saved in Microsoft’s proprietary XPS format.
- MIME Type
- image/x-portable-pixmap
- application/vnd.ms-xpsdocument
- Sample
- sample.ppm
- sample.xps
- Wikipedia
- .ppm on Wikipedia
- .xps on Wikipedia