APNG
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Category:Mozilla) |
||
Line 4: | Line 4: | ||
|mimetypes={{mimetype|image/png}} | |mimetypes={{mimetype|image/png}} | ||
}} | }} | ||
− | + | [[APNG]] is an unofficial extension of the [[PNG]] image format. It supports animation similar to animated [[GIF]]. The Mozilla Corporation was involved in its development. | |
APNG files are valid PNG files. When an APNG file is viewed in a program that does not support the APNG extensions, it will appear as a still image chosen by the creator of the APNG file. | APNG files are valid PNG files. When an APNG file is viewed in a program that does not support the APNG extensions, it will appear as a still image chosen by the creator of the APNG file. | ||
Line 11: | Line 11: | ||
== Browser support == | == Browser support == | ||
− | APNG is supported on Mozilla | + | APNG is supported on Mozilla Firefox as of version 3.0 (June 17, 2008) and on Opera (Presto layout engine) as of version 9.5 (June 12, 2008). Internet Explorer and Safari do not support APNG. Blink layout engine based browsers Google Chrome and (post version 15) Opera require an add-on to render APNG files. |
== See also == | == See also == | ||
Line 28: | Line 28: | ||
[[Category:Video]] | [[Category:Video]] | ||
+ | [[Category:Mozilla]] |
Revision as of 01:10, 29 December 2014
APNG is an unofficial extension of the PNG image format. It supports animation similar to animated GIF. The Mozilla Corporation was involved in its development.APNG files are valid PNG files. When an APNG file is viewed in a program that does not support the APNG extensions, it will appear as a still image chosen by the creator of the APNG file.
APNG supports 24-bit color and 8-bit transparency, whereas GIF supports 256 colors per image palette and binary transparency.
Contents |
Browser support
APNG is supported on Mozilla Firefox as of version 3.0 (June 17, 2008) and on Opera (Presto layout engine) as of version 9.5 (June 12, 2008). Internet Explorer and Safari do not support APNG. Blink layout engine based browsers Google Chrome and (post version 15) Opera require an add-on to render APNG files.