What is the difference between .ppm and .svgz?
- Extension
- .ppm
- .svgz
- Format
- Text
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Jef Poskanzer
- Adobe Systems
- Description
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- 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.
- MIME Type
- image/x-portable-pixmap
- image/svg+xml
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .svgz on Wikipedia