jburkardt

PPMB_TO_PPMA\ PPMB => PPMA\ (binary to ASCII) conversion {#ppmb_to_ppma-ppmb-ppma-binary-to-ascii-conversion align=”center”} ============================


PPMB_TO_PPMA is a C++ program which converts a binary Portable Pixel Map (PPM) file to an ASCII PPM file.

Usage: {#usage align=”center”}

ppmb_to_ppma file.ppmb file.ppma
reads the information in the binary PPM file file.ppmb and rewrites it to the ASCII PPM file file.ppma.

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

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

PPMA, a data directory which contains a description and examples of the ASCII PPM format.

PPMA_IO, a C++ library which reads and writes files in the ASCII PPM format.

PPMB, a data directory which contains a description and examples of the binary PPM format.

PPMB_IO, a C++ library which reads and writes files in the binary PPM 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 31 August 2005.