PPMB_IO
Portable Pixel Map (binary) Files
Read and Write Utilities


PPMB_IO is a C++ library which reads and writes files in the binary PPM format for 2D color graphics information.

There are many graphics programs, such as XV and GIMP, that can display images in this format, 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.

Related Data and Programs:

BMP_TO_PPMB is a C++ program which converts BMP files to binary PPM files.

PBMB_IO is a C++ library which can read or write binary PBM files (black/white).

PGMB_IO is a C++ library which can read or write binary PGM files (grayscale).

PPMA_IO is a C++ library which can read or write ASCII PPM files.

PPMA_TO_PPMB is a C++ program which converts ASCII PPM files to binary PPM files.

PPMB_TO_BMP is a C++ program which converts binary PPM files to BMP files.

PPMB_TO_PPMA is a C++ program which converts binary PPM files to ASCII PPM files.

Reference:

  1. the PPMB Data page.
  2. the NETPBM homepage.

Source Code:

Examples and Tests:

List of Routines:

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


Last revised on 26 September 2008.