PGMB_TO_PGMA
Convert binary PGM Graphics File to ASCII PGM Format


PGMB_TO_PGMA is a C++ program which converts a binary PGM file to ASCII PGM format.

Usage:

pgmb_to_pgma file1 file2
where

Licensing:

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

Languages:

PGMB_TO_PGMA 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.

PGMA, a data directory which contains a description and examples of the ASCII PGM format.

PGMA_IO, a C++ library which reads and writes files in the ASCII PGM format.

PGMA_TO_PGMB, a C++ program which converts an ASCII PGM file to binary PGM format.

PGMB, a data directory which contains a description and examples of the binary PGM format.

PGMB_IO, a C++ library which reads and writes files in the binary PGM 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 30 March 2011.