What is the difference between .ps and .xwd?
- Extension
- .ps
- .xwd
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- X Window System
- 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.
- Uncompressed bitmap image created by the X Windows System, a visual application used to manage networked client-server computers; stores a screenshot, or "screen dump," of a background or window from the application's GUI; created by the xwd client process.
- MIME Type
- application/postscript
- image/x-xwindowdump
- Sample
- sample.ps
- sample.xwd
- Wikipedia
- .ps on Wikipedia
- .xwd on Wikipedia