Difference between revisions of "SVG"

From VideoLAN Wiki
Jump to navigation Jump to search
(Change module info: {{Mux|encoder=y|id=svg}} from {{mux|encoder=n|id=svgdec}}. There are two separate modules, but they both have the same shortcut, "svg")
(→‎Source code: Remove section, Documentation:Modules/svg is more complete)
 
Line 3: Line 3:
  
 
SVG is an acronym for scalable vector graphics. It's an [[XML]]-based container that allows for resizing certain types of images to any size without appearing pixellated. It falls under the class of ''vector image formats'', in contrast to ''raster image formats'' (e.g. [[JPG]], [[GIF]]). It supports [[lossless]] [[compression]].
 
SVG is an acronym for scalable vector graphics. It's an [[XML]]-based container that allows for resizing certain types of images to any size without appearing pixellated. It falls under the class of ''vector image formats'', in contrast to ''raster image formats'' (e.g. [[JPG]], [[GIF]]). It supports [[lossless]] [[compression]].
 
== Source code ==
 
* {{VLCSourceFile|modules/codec/svg.c}}
 

Latest revision as of 07:05, 24 March 2019

svg
VLC can encode and decode this container.
The module name to use at the command line is svg.

SVG is an acronym for scalable vector graphics. It's an XML-based container that allows for resizing certain types of images to any size without appearing pixellated. It falls under the class of vector image formats, in contrast to raster image formats (e.g. JPG, GIF). It supports lossless compression.