What is the difference between .svgz and .pbm?
- Extension
- .svgz
- .pbm
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- Wolfgang Hoschek
- Description
- Scalable Vector Graphics (.SVG) files store graphic images in XML format and may contain gradients, transparency, filters and animations. SVG files are compressed using GZIP compression.
- 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.
- MIME Type
- image/svg+xml
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .svgz on Wikipedia
- .pbm on Wikipedia