Difference between revisions of "SVG"

From VideoLAN Wiki
Jump to navigation Jump to search
(→‎Source code: New section)
(→‎Source code: Remove section, Documentation:Modules/svg is more complete)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{mux|encoder=n}}
+
{{Mux|encoder=y|id=svg}}
 
{{Wikipedia|Scalable Vector Graphics|Vector graphics|Raster graphics}}
 
{{Wikipedia|Scalable Vector Graphics|Vector graphics|Raster graphics}}
  
 
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.