Difference between revisions of "Image"
Jump to navigation
Jump to search
(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]], [[SVG]] and [[ | + | 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
- modules/demux/image.c (input demuxer)