What is the difference between .pbm and .svg?
- Extension
- .pbm
- .svg
- Format
- Binary
- Text
- 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.
- An SVG file is a graphics file that uses a two-dimensional vector graphic format created by the World Wide Web Consortium (W3C). It describes images using a text format that is based on XML. SVG files are developed as a standard format for displaying vector graphics on the web.
- MIME Type
- image/x-portable-bitmap
- image/svg+xml
- Sample
- sample.pbm
- sample.svg
- Wikipedia
- .pbm on Wikipedia
- .svg on Wikipedia