source: trunk/src/3rdparty/libmng/doc/man/mng.5

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.4 KB
Line 
1.TH MNG 5 "July 25, 2000"
2.SH NAME
3mng \- Multiple-image Network Graphics (MNG) format
4.SH DESCRIPTION
5MNG (Multiple-image Network Graphics) is the animation extension of the
6popular PNG image-format. PNG (Portable Network Graphics) is an
7extensible file format for the lossless, portable, well-compressed
8storage of raster images.
9.br
10
11MNG has advanced animation features which make it very useful as a full
12replacement for GIF animations. These features allow animations that
13are impossible with GIF or result in much smaller files as GIF.
14
15As MNG builds on the same structure as PNG, it is robust, extensible and
16free of patents. It retains the same clever file integrity checks as in PNG.
17
18MNG also embraces the lossy JPEG image-format in a sub-format named JNG,
19which allows for alpha-transparency and color-correction on highly
20compressed (photographic) images.
21
22.SH "SEE ALSO"
23.IR png(5) ", " jng(5) ", " libmng(3) ", " libpng(3) ", " zlib(3) ", "
24deflate(5) ", " zlib(5) ", " jpeg(5)
25.LP
26MNG 1.00, Februari 9, 2001:
27.IP
28.br
29http://www.libpng.org/pub/mng
30.SH AUTHORS
31This man page: Gerard Juyn
32.LP
33Multiple-image Network Graphics (MNG) Specification Version 1.00 (Februari 9, 2001):
34Glenn Randers-Pehrson and others (png-list@ccrc.wustl.edu).
35.LP
36
37.SH COPYRIGHT NOTICE
38The MNG-1.00 specification is copyright (c) 1998-2001 Glenn Randers-Pehrson.
39See the specification for conditions of use and distribution.
40.LP
41.\" end of man page
42
Note: See TracBrowser for help on using the repository browser.