What is the difference between .svgz and .xpm?
- Extension
- .svgz
- .xpm
- Format
- Binary
- Text
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- 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.
- Bitmap image used by the X Windows System, a (GUI) used to run networked client-server computers; supports monochrome, gray-scale, and color pixmap data; stores pixmaps as static character arrays in the C programming language.
- MIME Type
- image/svg+xml
- image/x-xbitmap
- Sample
- sample.xpm
- Wikipedia
- .svgz on Wikipedia
- .xpm on Wikipedia