PPMB_TO_PPMA
PPMB => PPMA
(binary to ASCII) conversion


PPMB_TO_PPMA is a C++ program which converts a binary Portable Pixel Map (PPM) file to an ASCII PPM file.

Usage:

ppmb_to_ppma file.ppmb file.ppma
reads the information in the binary PPM file file.ppmb and rewrites it to the ASCII PPM file file.ppma.

Licensing:

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

Languages:

PPMB_TO_PPMA is available in a C++ version.

Related Data and Programs:

I2_BINARY_TO_ASCII a C++ program which converts a file of short int (I2) data from binary to ASCII format.

PPMA, a data directory which contains a description and examples of the ASCII PPM format.

PPMA_IO, a C++ library which reads and writes files in the ASCII PPM format.

PPMB, a data directory which contains a description and examples of the binary PPM format.

PPMB_IO, a C++ library which reads and writes files in the binary PPM format.

Reference:

  1. http://netpbm/sourceforge.net/
    the NETPBM homepage.

Source Code:

List of Routines:

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


Last revised on 31 August 2005.