Difference between revisions of "Image"

From VideoLAN Wiki
Jump to navigation Jump to search
(VLC can decode SVG images now as of 2.2.0)
(MxPEG is in the source code too)
Line 3: Line 3:
 
The '''Image''' demuxer is the demuxer to open most images file formats, in {{VLC}}.
 
The '''Image''' demuxer is the demuxer to open most images file formats, in {{VLC}}.
  
This includes [[JPG]], [[PNG]], [[XCF]], [[GIF]], [[TIFF]], [[LBM]], [[PCX]], [[Targa]], and [[SVG]].
+
This includes [[JPG]], [[PNG]], [[XCF]], [[GIF]], [[TIFF]], [[LBM]], [[PCX]], [[Targa]], [[SVG]] and [[MxPEG]].
  
 
== Source code ==
 
== Source code ==
 
{{file|modules/demux/image.c|input demuxer}}
 
{{file|modules/demux/image.c|input demuxer}}

Revision as of 05:15, 2 March 2019

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

The Image demuxer is the demuxer to open most images file formats, in VLC media player.

This includes JPG, PNG, XCF, GIF, TIFF, LBM, PCX, Targa, SVG and MxPEG.

Source code