png_io


png_io, a C code which reads and writes files in the Portable Network Graphics (PNG) format.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

png_io is available in a C version.

Related Data and Programs:

png_io_test

pbma_io, a C code which handles the ASCII PBM (Portable Bit Map) format.

pbmb_io, a C code which handles the binary PBM (Portable Bit Map) format.

pgma_io, a C code which handles the ASCII PGM (Portable Gray Map) format.

pgmb_io, a C code which handles the binary PGM (Portable Gray Map) format.

ppma_io, a C code which can read or write ASCII PPM (Portable Pixel Map) graphics files.

ppmb_io, a C code which can read or write binary PPM (Portable Pixel Map) graphics files.

Reference:

  1. Greg Roelofs,
    PNG: The Definitive Guide,
    ISBN: 1-56592-542-4.
  2. The PNG website,
    https://www.libpng.org/pub/png/

Source Code:


Last revised on 24 July 2019.