Difference between revisions of "Image"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Copy-edit)
(Remove SVG from supported formats, SVG is handled separately through Documentation:Modules/svg)
Line 2: Line 2:
  
 
The '''Image''' demuxer is responsible for opening most image file formats in {{VLC}}.<br />
 
The '''Image''' demuxer is responsible for opening most image file formats in {{VLC}}.<br />
Though the {{docmod|image}} module is capable of handling [[JPEG]]s, the {{docmod|jpeg}} module handles them as of VLC 2.2.0, so they can be encoded and decoded by the same [[module]].
+
Though the {{docmod|image}} module is capable of handling [[JPEG]]s, the {{docmod|jpeg}} module handles them as of VLC 2.2.0, so they can be encoded and decoded by the same [[module]]. The {{docmod|svg}} modules handle [[SVG]]s.
  
 
Supported formats:
 
Supported formats:
<div class="col7">
+
<div class="col6">
 
* [[PNG]]
 
* [[PNG]]
 
* [[XCF]]
 
* [[XCF]]
Line 13: Line 13:
 
* [[PCX]]
 
* [[PCX]]
 
* [[Targa]]
 
* [[Targa]]
* [[SVG]]
 
 
* [[MxPEG]]
 
* [[MxPEG]]
 
* [[BMP]]
 
* [[BMP]]

Revision as of 07:08, 24 March 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:

Source code