What is the difference between .ps and .xbm?
- Extension
- .ps
- .xbm
- Format
- Binary
- Text
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- The 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.
- Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
- MIME Type
- application/postscript
- image/x-xbitmap
- Sample
- sample.ps
- sample.xbm
- Wikipedia
- .ps on Wikipedia
- .xbm on Wikipedia