What is the difference between .svg and .vst?
- Extension
- .svg
- .vst
- Format
- Text
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Adobe Systems
- Description
- An SVG file is a graphics file that uses a two-dimensional vector graphic format created by the World Wide Web Consortium (W3C). It describes images using a text format that is based on XML. SVG files are developed as a standard format for displaying vector graphics on the web.
- 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.
- MIME Type
- image/svg+xml
- Sample
- sample.svg
- Wikipedia
- .svg on Wikipedia