APNG
<templatestyles src="Module:Hatnote/styles.css"></templatestyles>
Lua error in package.lua at line 80: module 'strict' not found. Lua error in Module:Infobox at line 314: malformed pattern (missing ']'). The Animated Portable Network Graphics (APNG) file format is an extension to the Portable Network Graphics (PNG) specification. It allows for animated PNG files that work similarly to animated GIF files, while supporting 24-bit images and 8-bit transparency not available for GIFs. It also retains backward compatibility with non-animated PNG files.
The first frame of an APNG file is stored as a normal PNG stream, so most standard PNG decoders are able to display the first frame of an APNG file. The frame speed data and extra animation frames are stored in extra chunks (as provided for by the original PNG specification).
APNG competes with Multiple-image Network Graphics (MNG), a comprehensive format for bitmapped animations created by the same team as PNG. APNG's advantage is the smaller library size and compatibility with older PNG implementations.
Contents
History

The APNG specification was created in 2004 by Stuart Parmenter and Vladimir Vukićević of the Mozilla Corporation to allow for storing the animations needed for interfaces such as throbbers. In May 2003, Mozilla had scrapped support for MNG animations, which provides a superset of APNG functionality, citing concerns about the large file size required for the expansive MNG decoder library (300 KB);[1] the APNG decoder, built on the back of the PNG decoder, was a much smaller component.
Among users and maintainers of the PNG and MNG formats, APNG had a lukewarm reception. In particular, PNG was conceived to be a single-image format.[2] APNG hides the subsequent frames in PNG ancillary chunks in such a way that APNG-unaware applications would ignore them, but there are otherwise no changes to the format to allow software to distinguish between animated and non-animated images. Some of the main concerns arising from this were the inability of applications to negotiate for PNG and APNG, or distinguish between PNG and APNG once received, or for legacy software to even inform users that there are additional frames. Glenn Randers-Pehrson spearheaded efforts to reconcile the PNG purists' position with that of APNG proponents by recommending changes to APNG's format and proposing the use of a unique MIME type (e.g., video/png), but Mozilla rejected these proposals in favor of full backward compatibility.[citation needed]
The PNG group officially rejected APNG as an official extension on April 20, 2007.[3] There have been several subsequent proposals for a simple animated graphics format based on PNG using several different approaches.[4]
Mozilla Firefox added support for APNG in version 3 trunk builds on March 23, 2007.[5] However, because libpng is the PNG Group's reference implementation of the official specification, APNG support can never be supported in the main libpng distribution so long as it remains unratified by the Group. Iceweasel 3 supports APNG by using Mozilla's unofficial variant of libpng.[6]
In 2008 WorldDMB adopted APNG as a backward compatible extension to enable animation as part of the MOT SlideShow user application for Digital Radio. "APNG 1.0 Specification - Animated Portable Network Graphics" is included as normative Annex A in the ETSI standard TS 101 499 V2.2.1.[7] In 2010 Commercial Radio Broadcasters in Sydney began to include APNG animations in DAB+ digital radio broadcasts.[citation needed] These APNG animations are carried by the "MOT slideshow" application which accompanies the audio services. It is expected that other cities in Australia will follow in early 2011.[citation needed][needs update]
Mozilla's role in extending the PNG format to APNG echoes Netscape's much earlier role in popularizing animated GIFs.[citation needed]
Support
<templatestyles src="Module:Hatnote/styles.css"></templatestyles>
<templatestyles src="Module:Hatnote/styles.css"></templatestyles>
Field | Software | Supports? | Since |
---|---|---|---|
Image processing |
cphktool APNG Anime Maker | Yes | v. 1 (June 9, 2009)[8] |
Gamani GIF Movie Gear | Yes | v. 4.2 (March 2008)[9] | |
GIMP | With the APNG Plug-in[10] | N/A | |
ImageJ | Yes | v. 1.41g (July 3, 2008)[11] | |
Imagine | Yes | v. 1.0.4 (November 14, 2008)[12] | |
IrfanView | Read-only | v. 4.40 (July 31, 2015) | |
Konvertor | Yes | v. 4.02 (May 2010)[13] | |
KSquirrel | Yes | v. 0.7.2 (October 3, 2007)[14] | |
Paint.NET | With the animation plugin[15] | N/A | |
RealWorld Paint | Yes | v. 2011.1 (December 2011)[16] | |
VirtualDub | With VirtualDub APNG Mod[17][lower-alpha 1] | N/A | |
XnView | Read-only | v. 1.97.4 (April 30, 2010)[18] | |
Sciter and HTMLayout UI engines | Read-only | Since 2008 | |
Browser Engines |
Webkit |
Yes | (Mar 17, 2015)[19] |
Web browsers |
Mozilla Firefox (Gecko layout engine) |
Yes | v. 3 (June 17, 2008)[20][21] |
SeaMonkey (Gecko layout engine) |
Yes | v. 2 | |
Iceweasel and other Debian rebrandings (Gecko layout engine) |
Yes | v. 4.0~b12[6] | |
Safari (WebKit layout engine) |
Yes | v. 8.0[22] | |
Google Chrome and Chromium (Blink layout engine) |
With APNG addon[23][24] or Unofficial build | N/A | |
Internet Explorer (Trident layout engine) |
No[25] | N/A | |
Opera v12 and earlier (Presto layout engine) |
Yes | v. 9.5 (June 12, 2008)[26] | |
Opera 15 and later (Blink layout engine) |
With the APNG Plug-in[27] | v. 15.0 | |
Mobile browsers |
iOS Safari | Yes[28] | v. 8.0 |
iOS app | With 3rd party library[29] | v. 8.0[22] | |
Android app | OmniGIF(APNG) Player[30] | v. 3.3.0.0 (API-Level >= 9) | |
Firefox for Android | Yes[31] | ? | |
Opera Mobile | Dropped[citation needed] | ? |
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
A server-side library exists that allows web browsers that support the canvas tag, but do not support APNG, to display APNGs.[32] Examples of such browsers include Google Chrome and Internet Explorer 9.
For image processing software that doesn't export to APNG, users can use a program called APNG Assembler. It creates highly optimized Animated PNG files from PNG/TGA image sequences.[33]
Technical details
A PNG file consists of the PNG Signature (8 special bytes), followed by a series of chunks. A chunk consists of four parts: Length (4 bytes), Chunk type (4 bytes), Chunk data (length bytes) and CRC (Cyclic Redundancy Code / Checksum, 4 bytes).
Length (4 bytes) |
Chunk type (4 bytes) |
Chunk data (length bytes) |
CRC (4 bytes) |
There are about 20 different chunk types, but for a minimal PNG, only 3 are required: The IHDR (image header) chunk, one or more IDAT (image data) chunks and the IEND (image end) chunk.
89 50 4E 47 0D 0A 1A 0A PNG signature |
IHDR Image header |
IDAT Image data |
IEND Image end |
The next graphic shows the contents of such a minimal PNG file, representing just one red pixel. The PNG signature bytes and the individual chunks are marked with colors. On the left side, the byte values are shown in hex format, on the right side as their equivalent characters from ISO-8859-1 with unrecognized and control characters replaced with periods. This dual display is common for hex editors. Note that the chunks are easy to identify because of their human readable 4-byte type names (in this example IHDR, IDAT & IEND).
Hex | As Characters |
---|---|
89 50 4E 47 0D 0A 1A 0A 00 00 00 0D 49 48 44 52 |
.PNG........IHDR |
The APNG specification introduces three new chunks: The animation control chunk (acTL), the frame control chunk (fcTL) and the frame data chunk (fdAT). The animation control chunk is a kind of "marker" chunk, telling the parser that this is an animated png. It contains information about how many frames the animation consists of and how many times the animation should play before coming to rest. The frame control chunk contains several bits of information, the most important of which is the display time of the following frame. The frame data chunks have the same structure as the IDAT chunks, except preceded by a sequence number. Sequence numbers apply to both frame control and frame data chunks, which together follow a common sequence, thus enabling the order and timing of frames to be recovered[34] should an APNG-unaware PNG editor re-order them as allowed by PNG chunk ordering rules.[35]
A program wanting to assemble several individual PNG files to an animated PNG could proceed as follows:
- Take all chunks of the first PNG file as a building basis.
- Insert an animation control chunk (acTL) after the image header chunk (IHDR).
- If the first PNG is to be part of the animation, insert a frame control chunk (fcTL) before the image data chunk (IDAT).
- For each of the remaining frames, add a frame control chunk (fcTL) and a frame data chunk (fdAT). Then add the image end chunk (IEND). The content for the frame data chunks (fdAT) is taken from the image data chunks (IDAT) of their respective source images.
The next diagram illustrates this process.
The PNG specification was designed with future extensions in mind. An application reading a PNG file is supposed to simply ignore any chunks which it does not understand. This is the reason why APNG is backwards compatible. Existing applications just recognize the first frame and ignore the additional animation chunks.
Alternatives
Raster formats
The MNG file format is a more powerful alternative to APNG, although it's a more complex format and has less web browser support.[citation needed]
The GIF file format has better application and browser support than APNG, but it is limited to 256 colors per frame and supports only index transparency, by mapping one of the palette colors to transparent.
WebM, a video format, has been adopted by some sites such as 4chan as an alternative to other animated formats, including APNG. WebM VP9 supports both lossy and lossless compression, but no transparency.
Vector formats
SVG combined with scripting or SMIL can animate vector graphics and can incorporate raster graphics. (See SVG animation.)
Scripting and other methods
Dynamic graphics created with HTML 5 canvas Object can also be animated. The APNG addon for Google Chrome uses this technique to display APNG images.
CSS Animations is a proposed module for Cascading Style Sheets that allows for the animation of XML elements using CSS.
An alternative method for animations in web pages is to use conventional static images and animate them using JavaScript[36] or plugin based technologies like Adobe Flash, Microsoft Silverlight and Java.
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
External links
![]() |
Wikimedia Commons has media related to Animated PNG. |
- The APNG specification at mozilla.org’s Wiki
- APNG patch for libpng
- Mozilla's APNG Demo Site
- Directory of APNG Software and Developers resources
- APNG tests for browsers supporting APNG 1.0
- APNG assembler: online PNG ➔ APNG converter
- APNG extension for Google Chrome
- APNG viewer utility for iOS
- AJAX loading animations in APNG
- Opera extension for APNG creation from screenshots
- apngasm - FOSS Animated PNG tools and APNG standardization
- Animizer.net - Web application for creating and editing APNG
- Trying to add APNG support in native level of Chromium (also Android support)
- APNG consideration in the Chromium development group
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ 6.0 6.1 Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ APNG Plug-in
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ animation plugin
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ VirtualDub APNG Mod
- ↑ While XnView is available for several operating systems, only versions for Windows have been released since APNG support was added.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ 22.0 22.1 Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ http://caniuse.com/#search=apng
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ http://caniuse.com/#feat=apng
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ http://caniuse.com/#feat=apng
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ http://sourceforge.net/projects/apngasm
- ↑ Chunk Sequence Numbers (APNG spec)
- ↑ Chunk Ordering Rules (PNG 1.2 spec)
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
Cite error: <ref>
tags exist for a group named "lower-alpha", but no corresponding <references group="lower-alpha"/>
tag was found, or a closing </ref>
is missing
- Pages with reference errors
- Articles with unsourced statements from December 2013
- Articles with unsourced statements from December 2010
- Wikipedia articles in need of updating from July 2015
- All Wikipedia articles in need of updating
- Articles with unsourced statements from December 2014
- Articles with unsourced statements from November 2012
- Commons category link is locally defined
- Graphics file formats
- 2004 introductions
- Mozilla