Difference between revisions of "Image"
Jump to navigation
Jump to search
m (nn) |
|||
Line 1: | Line 1: | ||
{{mux|id=image|encoder=n}} | {{mux|id=image|encoder=n}} | ||
− | The '''Image''' demuxer is the demuxer to open most images file formats, in {{VLC}}. Though the [[Documentation:Modules/image|image]] | + | The '''Image''' demuxer is the demuxer to open most images file formats, in {{VLC}}. Though the [[Documentation:Modules/image|image module]] can handle [[JPEG]]s, the [[Documentation:Modules/jpeg|jpeg module]] handles JPEGs (it can also encode). |
This includes [[JPG]], [[PNG]], [[XCF]], [[GIF]], [[TIFF]], [[LBM]], [[PCX]], [[Targa]], [[SVG]], [[MxPEG]], [[BMP]], [[PNM]], [[WebP]] and [[BPG]]. | This includes [[JPG]], [[PNG]], [[XCF]], [[GIF]], [[TIFF]], [[LBM]], [[PCX]], [[Targa]], [[SVG]], [[MxPEG]], [[BMP]], [[PNM]], [[WebP]] and [[BPG]]. |
Revision as of 09:27, 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. Though the image module can handle JPEGs, the jpeg module handles JPEGs (it can also encode).
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)