Difference between revisions of "Image"

From VideoLAN Wiki
Jump to navigation Jump to search
(MxPEG is in the source code too)
(Others are in the source code: +BMP, +PNM, +WebP, +BPG)
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]], [[SVG]] and [[MxPEG]].
+
This includes [[JPG]], [[PNG]], [[XCF]], [[GIF]], [[TIFF]], [[LBM]], [[PCX]], [[Targa]], [[SVG]], [[MxPEG]], [[BMP]], [[PNM]], [[WebP]] and [[BPG]].
  
 
== Source code ==
 
== Source code ==
 
{{file|modules/demux/image.c|input demuxer}}
 
{{file|modules/demux/image.c|input demuxer}}

Revision as of 05:47, 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, MxPEG, BMP, PNM, WebP and BPG.

Source code