PGMB_TO_PGMA
PGMB => PGMA
(binary to ASCII) conversion


PGMB_TO_PGMA is a C++ program that converts a PGMB file to a PGMA file.

Usage:

pgmb_to_pgma file.pgmb file.pgma
reads the information in the binary PGM file file.pgmb and rewrites it to the ASCII PGM file file.pgma.

Note that, to build the PGMB_TO_PGMA program, you also need the source code for the PGMA_IO and PGMB_IO libraries.

Related Data and Programs:

PGMA is a data directory which contains a description and examples of the PGMA format.

PGMA_IO is a C++ library of routines for reading and writing files in the PGMA format.

PGMA_TO_PGMB is an executable C++ program which converts a PGMA file to PGMB format.

PGMB is a data directory which contains a description and examples of the PGMB format.

PGMB_IO is a C++ library of routines for reading and writing files in the PGMB 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 04 December 2006.