What is the difference between .svgz and .pgm?
- Extension
- .svgz
- .pgm
- Format
- Binary
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- Jef Poskanzer
- 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.
- A PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- MIME Type
- image/svg+xml
- image/x-portable-graymap
- Sample
- sample.pgm
- Wikipedia
- .svgz on Wikipedia
- .pgm on Wikipedia