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

Last change on this file was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.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), deflate(5),
24.IR zlib(5), jpeg(5)
25.LP
26MNG 0.97 draft 70, Februari 2000:
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 0.97 (Februari 27, 2000):
34Glenn Randers-Pehrson and others (png-list@ccrc.wustl.edu).
35.LP
36
37.SH COPYRIGHT NOTICE
38The MNG-0.97 specification is copyright (c) 1998,1999,2000 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.