PNG_IO is a C library which reads and writes files in the Portable Network Graphics (PNG) format.
PNG_IO is available in a C version.
PBMA_IO, a C library which handles the ASCII PBM (Portable Bit Map) format.
PBMB_IO, a C library which handles the binary PBM (Portable Bit Map) format.
PGMA_IO, a C library which handles the ASCII PGM (Portable Gray Map) format.
PGMB_IO, a C library which handles the binary PGM (Portable Gray Map) format.
PPMA_IO, a C library which can read or write ASCII PPM (Portable Pixel Map) graphics files.
PPMB_IO, a C library which can read or write binary PPM (Portable Pixel Map) graphics files.
You can go up one level to the C source codes.