PPMB Files
Portable Pixel Map (binary)


PPMB is a data directory which contains examples of the binary version of the PPM portable pixel map format. It is a simple RGB color image description. The definition is as follows:

PPMB File Characteristics:

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, a C++ program which converts a Microsoft BMP file to a binary PPM file;

PBMB, a data directory which contains examples of binary PBM files, binary Portable Bit Map 2D graphics, black and white;

PGMB, a data directory which contains examples of binary PGM files, binary Portable Gray Map, 2D graphics;

PPMA, a data directory which contains examples of ASCII PPM files, Portable Pixel Map (ASCII) 2D graphics, color;

PPMA_TO_PPMB, a C++ program which converts an ASCII PPM file to a binary PPM file;

PPMB_IO, a C++ library which handles the binary PPM (Portable Pixel Map) format.

PPMB_TO_BMP, a C++ program which converts a binary PPM file to a Microsoft BMP file;

PPMB_TO_PPMA, a C++ program which converts a binary PPM file to an ASCII PPM file;

Reference:

  1. the NETPBM homepage.

Sample Files:

You can go up one level to the DATA page.


Last revised on 01 April 2011.