What is the difference between .ps and .bmp?
- Extension
- .ps
- .bmp
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- Microsoft
- 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.
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- application/postscript
- image/bmp
- Sample
- sample.ps
- sample.bmp
- Wikipedia
- .ps on Wikipedia
- .bmp on Wikipedia