PBMLIB - Portable Bit Map (PBM) Graphics


PBMLIB is a C library 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 GNU LGPL 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 library which can read or write ASCII Portable Bit Map (PBM) graphics files.

PBMB_IO, a C++ library which can read or write binary Portable Bit Map (PBM) graphics files.

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

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

PGMB_IO, a C++ library which can read or write binary 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 library which can read or write ASCII Portable Pixel Map (PPM) graphics files.

PPMB_IO, a C++ library which can read or write binary Portable Pixel Map (PPM) graphics files.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the C source codes.


Last revised on 05 October 2008.