MNG
From Just Solve the File Format Problem
(Difference between revisions)
(Added software and sample file) |
(→Sample files) |
||
Line 26: | Line 26: | ||
== Sample files == | == Sample files == | ||
− | * https://telparia.com/fileFormatSamples/image/ | + | * https://telparia.com/fileFormatSamples/image/mng/ |
== External links == | == External links == |
Revision as of 20:50, 26 July 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
.