jburkardt

PGMB_TO_PGMA\ Convert binary PGM Graphics File to ASCII PGM Format {#pgmb_to_pgma-convert-binary-pgm-graphics-file-to-ascii-pgm-format align=”center”} ====================================================


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

Usage: {#usage align=”center”}

pgmb_to_pgma file1 file2

where

Licensing: {#licensing align=”center”}

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

Languages: {#languages align=”center”}

PGMB_TO_PGMA is available in a C++ version.

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: {#reference align=”center”}

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

Source Code: {#source-code align=”center”}

List of Routines: {#list-of-routines align=”center”}

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


Last revised on 30 March 2011.