MNG
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Added software and sample file) |
||
Line 21: | Line 21: | ||
== Software == | == Software == | ||
* [http://sourceforge.net/projects/libmng/ libmng] | * [http://sourceforge.net/projects/libmng/ libmng] | ||
+ | * [[ImageMagick]] | ||
+ | * [[FFmpeg]] | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/image/test.mng | ||
== External links == | == External links == |
Revision as of 16:38, 26 May 2020
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
.