PBMB_TO_PBMA
Convert binary PBM Graphics File to ASCII PBM Format


PBMB_TO_PBMA is a C++ program which converts a binary PBM file to ASCII PBM format.

Usage:

pbmb_to_pbma 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:

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

PBMA, a data directory which contains a description and examples of the ASCII PBM format.

PBMA_IO, a C++ library which reads and writes files in the ASCII PBM format.

PBMA_TO_PBMB, a C++ program which converts an ASCII PBM file to binary PBM format.

PBMB, a data directory which contains a description and examples of the binary PBM format.

PBMB_IO, a C++ library which reads and writes files in the binary PBM 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 01 April 2011.