Libpng: Difference between revisions
Appearance
Created page with "A C library for creating, reading a writing PNG graphic files. ==Version== * Last known OS/2 GCC version: [http://hobbes.nmsu.edu/download/pub/os2/dev/mm/libpng-1.6.1..." |
No edit summary |
||
Line 10: | Line 10: | ||
==Links== | ==Links== | ||
* [http://www.libpng.org/pub/png/libpng.html Libpng homepage] | * [http://www.libpng.org/pub/png/libpng.html Libpng homepage] | ||
* [http://libpng.sourceforge.net/index.html Libpng page] on [[SourceForge]] | |||
==Licence== | ==Licence== |
Revision as of 03:34, 4 July 2016
A C library for creating, reading a writing PNG graphic files.
Version
- Last known OS/2 GCC version: libpng 1.6.18 (2015-08-30)
- Last known OS/2 EMX version: libpng 1.5.27 (2016-07-02)
- Prerequisites
Links
Licence
Open source software released under the Zlib Licence, with a couple of extra essentially meaningless disclaimers and clauses that assert the open source nature of the library.
Authors
- Guy Eric Schalnat (Original author)
- Andreas Eric Dilger (Maintainer, 1996-1997)
- Glenn Randers-Pehrson (Current maintainer)
- Mikulas Patocka (OS/2 EMX port)
- KO Myung-Hun (OS/2 GCC port)