Difference between revisions of "Image"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Rephrase, also use {{docmod}})
m (Aesthetics)
Line 3: Line 3:
 
The '''Image''' demuxer is the demuxer to open most images file formats, in {{VLC}}. Though the {{docmod|image}} module is capable of handling [[JPEG]]s, the {{docmod|jpeg}} module decodes and encodes them as of VLC 2.2.0.
 
The '''Image''' demuxer is the demuxer to open most images file formats, in {{VLC}}. Though the {{docmod|image}} module is capable of handling [[JPEG]]s, the {{docmod|jpeg}} module decodes and encodes them as of VLC 2.2.0.
  
This includes [[JPG]], [[PNG]], [[XCF]], [[GIF]], [[TIFF]], [[LBM]], [[PCX]], [[Targa]], [[SVG]], [[MxPEG]], [[BMP]], [[PNM]], [[WebP]] and [[BPG]].
+
This includes:
 +
<div class="col7">
 +
* [[JPG]]
 +
* [[PNG]]
 +
* [[XCF]]
 +
* [[GIF]]
 +
* [[TIFF]]
 +
* [[LBM]]
 +
* [[PCX]]
 +
* [[Targa]]
 +
* [[SVG]]
 +
* [[MxPEG]]
 +
* [[BMP]]
 +
* [[PNM]]
 +
* [[WebP]]
 +
* [[BPG]]
 +
</div>
  
 
== Source code ==
 
== Source code ==
 
{{file|modules/demux/image.c|input demuxer}}
 
{{file|modules/demux/image.c|input demuxer}}

Revision as of 00:59, 3 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. Though the image module is capable of handling JPEGs, the jpeg module decodes and encodes them as of VLC 2.2.0.

This includes:

Source code