What is the difference between .pbm and .ps?
- Extension
- .pbm
- .ps
- Format
- Binary
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Wolfgang Hoschek
- Adobe Systems
- Description
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- 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.
- MIME Type
- image/x-portable-bitmap
- application/postscript
- Sample
- sample.pbm
- sample.ps
- Wikipedia
- .pbm on Wikipedia
- .ps on Wikipedia