MNG
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
|extensions={{ext|mng}} | |extensions={{ext|mng}} | ||
|mimetypes={{mimetype|video/x-mng}} | |mimetypes={{mimetype|video/x-mng}} | ||
+ | |pronom={{PRONOM|fmt/528}} | ||
}} | }} | ||
− | |||
'''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] | ||
+ | * [[ImageMagick]] | ||
+ | * [[FFmpeg]] | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/mng}} | ||
+ | |||
+ | == 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] | ||
+ | |||
+ | [[Category:Animation]] |
Latest revision as of 18:30, 18 May 2024
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.
Contents |
[edit] Identification
Files begin with 8A 'M' 'N' 'G' 0D 0A 1A 0A
.