What is the difference between .ps and .pict?
- Extension
 - .ps
 - .pict
 
- Format
 - Binary
 - Binary
 
- Category
 - Vector Image
 - Raster Image
 
- Developer
 - Adobe Systems
 - Apple
 
- 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.
 - Image file saved in the Macintosh PICT format; may contain both vector and bitmap data and can use thousands of colors; also supports RLE (Run-length encoding) and JPEG compression to reduce the file size.
 
- MIME Type
 - application/postscript
 - image/pict
 
- Sample
 - sample.ps
 - sample.pict
 
- Wikipedia
 - .ps on Wikipedia
 - .pict on Wikipedia