Difference between revisions of "Image"

From VideoLAN Wiki
Jump to navigation Jump to search
(Remove SVG from supported formats, SVG is handled separately through Documentation:Modules/svg)
(Remove redlinks to lesser-known formats. We can explain them here instead)
Line 7: Line 7:
 
<div class="col6">
 
<div class="col6">
 
* [[PNG]]
 
* [[PNG]]
* [[XCF]]
+
* XCF
 
* [[GIF]]
 
* [[GIF]]
* [[TIFF]]
+
* TIFF
* [[LBM]]
+
* LBM
* [[PCX]]
+
* PCX
* [[Targa]]
+
* Targa
 
* [[MxPEG]]
 
* [[MxPEG]]
* [[BMP]]
+
* BMP
* [[PNM]]
+
* PNM
* [[WebP]]
+
* WebP
* [[BPG]]
+
* BPG
 
</div>
 
</div>
 +
 +
== Formats ==
 +
  
 
== Source code ==
 
== Source code ==
 
{{file|modules/demux/image.c|input demuxer}}
 
{{file|modules/demux/image.c|input demuxer}}

Revision as of 21:35, 6 April 2019

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

The Image demuxer is responsible for opening most image file formats in VLC media player.
Though the image module is capable of handling JPEGs, the jpeg module handles them as of VLC 2.2.0, so they can be encoded and decoded by the same module. The svg modules handle SVGs.

Supported formats:

Formats

Source code