MNG
From Just Solve the File Format Problem
(Difference between revisions)
Line 4: | Line 4: | ||
|mimetypes={{mimetype|video/x-mng}} | |mimetypes={{mimetype|video/x-mng}} | ||
}} | }} | ||
− | + | == Overview == | |
'''MNG''' ('''Multiple-image Network Graphics''') is an animated image file format. It was designed to be an alternative to animated [[GIF]]. | '''MNG''' ('''Multiple-image Network Graphics''') is an animated image file format. It was designed to be an alternative to animated [[GIF]]. | ||
− | + | MNG makes use of the [[PNG]] and [[JNG]] formats. It supports transparency, and both lossless and lossy compression. | |
− | + | == Identification == | |
+ | Files begin with <code>8A 'M' 'N' 'G' 0D 0A 1A 0A</code>. | ||
== See also == | == See also == | ||
Line 17: | Line 18: | ||
* [http://www.libpng.org/pub/mng/spec/ MNG Format Version 1.0] | * [http://www.libpng.org/pub/mng/spec/ MNG Format Version 1.0] | ||
− | == | + | == Software == |
+ | * [http://sourceforge.net/projects/libmng/ libmng] | ||
+ | |||
+ | == External links == | ||
* [[Wikipedia:Multiple-image Network Graphics|Wikipedia article]] | * [[Wikipedia:Multiple-image Network Graphics|Wikipedia article]] | ||
* [http://www.libpng.org/pub/mng/ MNG Home Page] | * [http://www.libpng.org/pub/mng/ MNG Home Page] |
Revision as of 18:11, 3 March 2013
Contents |
Overview
MNG (Multiple-image Network Graphics) is an animated image file format. It was designed to be an alternative to animated GIF.
MNG makes use of the PNG and JNG formats. It supports transparency, and both lossless and lossy compression.
Identification
Files begin with 8A 'M' 'N' 'G' 0D 0A 1A 0A
.