pbmlib


pbmlib, a C code which creates and reads Portable Bit Map (PBM) graphics files.

Both ASCII and binary PBM formats are supported. The library can also handle the related Portable Gray Map (PGM) and Portable Pixel Map (PPM) formats.

There are many graphics programs, such as XV and GIMP, that can display images in these formats, or translate them to other formats such as BMP, GIF, JPEG, MacPaint, X Window, and so on.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

pbmlib is available in a C version and a FORTRAN90 version.

Related Programs:

PBMA, a data directory which contains examples and a description of the ASCII Portable Bit Map (PBM) graphics file format.

PBMA_IO, a C code which can read or write ASCII Portable Bit Map (PBM) graphics files.

pbmlib_test

PGMA, a data directory which contains examples and a description of the ASCII Portable Grayscale Map (PGM) graphics file format.

PGMA_IO, a C code which can read or write ASCII Portable Grayscale Map (PGM) graphics files.

PPMA, a data directory which contains examples and a description of the ASCII Portable Pixel Map (PPM) graphics file format.

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

Source Code:


Last revised on 22 July 2019.