jburkardt

PBMA_TO_PBMB\ convert ASCII PBM to binary PBM graphics file {#pbma_to_pbmb-convert-ascii-pbm-to-binary-pbm-graphics-file align=”center”} =============================================


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

Usage: {#usage align=”center”}

pbma_to_pbmb 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”}

PBMA_TO_PBMB is available in a C++ version.

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

  1. 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 01 April 2011.