mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 21:15:34 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
.TH JNG 5 "July 26, 2000"
|
||||
.SH NAME
|
||||
jng \- JPEG Network Graphics (JNG) sub-format
|
||||
.SH DESCRIPTION
|
||||
JNG (JPEG Network Graphics) is a sub-format of the MNG (Multiple-image
|
||||
Network Graphics) format. As with MNG it extends on the features of the
|
||||
popular PNG (Portable Network Graphics) image-format.
|
||||
.br
|
||||
|
||||
This sub-format was designed to support a lossy compression-method.
|
||||
It is based completely on the JPEG specification. It adds the high-compression
|
||||
ratios of JPEG for photographic images.
|
||||
|
||||
As a member of the Network Graphics family, JNG was deemed adequate as a
|
||||
stand-alone format as it extends the JPEG format with color-correction and
|
||||
transparency features.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.IR png(5) ", " mng(5) ", " libmng(3)
|
||||
.LP
|
||||
MNG 1.00, February 9, 2001:
|
||||
.IP
|
||||
http://www.libpng.org/pub/mng
|
||||
|
||||
.SH AUTHORS
|
||||
This man page: Gerard Juyn
|
||||
.LP
|
||||
Multiple-image Network Graphics (MNG) Specification Version 1.00 (Februari 9, 2001):
|
||||
Glenn Randers-Pehrson and others (png-list@ccrc.wustl.edu).
|
||||
.LP
|
||||
|
||||
.SH COPYRIGHT NOTICE
|
||||
The MNG-1.00 specification is copyright (c) 1998-2001 Glenn Randers-Pehrson.
|
||||
See the specification for conditions of use and distribution.
|
||||
.LP
|
||||
.\" end of man page
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,42 @@
|
||||
.TH MNG 5 "July 25, 2000"
|
||||
.SH NAME
|
||||
mng \- Multiple-image Network Graphics (MNG) format
|
||||
.SH DESCRIPTION
|
||||
MNG (Multiple-image Network Graphics) is the animation extension of the
|
||||
popular PNG image-format. PNG (Portable Network Graphics) is an
|
||||
extensible file format for the lossless, portable, well-compressed
|
||||
storage of raster images.
|
||||
.br
|
||||
|
||||
MNG has advanced animation features which make it very useful as a full
|
||||
replacement for GIF animations. These features allow animations that
|
||||
are impossible with GIF or result in much smaller files as GIF.
|
||||
|
||||
As MNG builds on the same structure as PNG, it is robust, extensible and
|
||||
free of patents. It retains the same clever file integrity checks as in PNG.
|
||||
|
||||
MNG also embraces the lossy JPEG image-format in a sub-format named JNG,
|
||||
which allows for alpha-transparency and color-correction on highly
|
||||
compressed (photographic) images.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.IR png(5) ", " jng(5) ", " libmng(3) ", " libpng(3) ", " zlib(3) ", "
|
||||
deflate(5) ", " zlib(5) ", " jpeg(5)
|
||||
.LP
|
||||
MNG 1.00, Februari 9, 2001:
|
||||
.IP
|
||||
.br
|
||||
http://www.libpng.org/pub/mng
|
||||
.SH AUTHORS
|
||||
This man page: Gerard Juyn
|
||||
.LP
|
||||
Multiple-image Network Graphics (MNG) Specification Version 1.00 (Februari 9, 2001):
|
||||
Glenn Randers-Pehrson and others (png-list@ccrc.wustl.edu).
|
||||
.LP
|
||||
|
||||
.SH COPYRIGHT NOTICE
|
||||
The MNG-1.00 specification is copyright (c) 1998-2001 Glenn Randers-Pehrson.
|
||||
See the specification for conditions of use and distribution.
|
||||
.LP
|
||||
.\" end of man page
|
||||
|
||||
Reference in New Issue
Block a user