What is the difference between .vst and .svgz?
- Extension
- .vst
- .svgz
- Format
- Binary
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Truevision
- Adobe Systems
- Description
- Raster image based on the Targa Truevision format; can store data up to 32 bits per pixel, with 24 bits for the RGB information and 8 bits for the alpha channel; may also incorporate lossless RLE compression to reduce the file size.
- 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-targa
- image/svg+xml
- Wikipedia
- .vst on Wikipedia
- .svgz on Wikipedia