What is the difference between .ps and .xpm?
- Extension
- .ps
- .xpm
- Format
- Binary
- Text
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- X Consortium
- Description
- A PS file is an image saved in the PostScript page description language. It may contain vector graphics, raster graphics, and text. PS files can be printed directly by a PostScript printer (i.e., containing a Raster Image Processor) without being opened in an application.
- The XPM (X11 Pixmap Graphic) file format is a plain text file format used to store pixmap images, which are pixel-based graphics. It is designed for use with the X Window System, commonly used in Unix and Linux environments. XPM files define images in a structured format, using ASCII text to describe each pixel's color and location within the image. This format supports both monochrome and color images and allows for the definition of custom color palettes.
- MIME Type
- application/postscript
- image/x-xbitmap
- Sample
- sample.ps
- sample.xpm
- Wikipedia
- .ps on Wikipedia
- .xpm on Wikipedia