Jump to content

Libpng: Difference between revisions

From EDM2
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

Prerequisites
  • EMX 0.9c or later for the EMX version.
  • kLIBC066 for the GCC version.

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)