PBMA_TO_PBMB
convert ASCII PBM to binary PBM graphics file


PBMA_TO_PBMB is a C++ program which converts ASCII PBM files to binary PBM format.

Usage:

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

PBMA_TO_PBMB is available in a C++ version.

Related Data and Programs:

PBMA a data directory which contains sample ASCII PBM files.

PBMA_IO, a C++ library which is used by PBMA_TO_PBMB to read in the ASCII PBM file.

PBMB, a data directory which contains sample binary PBM files.

PBMB_IO, a C++ library which is used by PBMA_TO_PBMB to write out the binary PBM file.

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

Reference:

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