jburkardt

PBMB_TO_PBMA\ Convert binary PBM Graphics File to ASCII PBM Format {#pbmb_to_pbma-convert-binary-pbm-graphics-file-to-ascii-pbm-format align=”center”} ====================================================


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

Usage: {#usage align=”center”}

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

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

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: {#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 01 April 2011.