PGMB_TO_PGMA is a C++ program that converts a PGMB file to a PGMA file.
Note that, to build the PGMB_TO_PGMA program, you also need the source code for the PGMA_IO and PGMB_IO libraries.
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.
You can go up one level to the C++ source codes.