PPMA_TO_PPMB
PPMA to PPMB graphics file conversion


PPMA_TO_PPMB is a C++ program which converts PPMA files to PPMB format.

PPMA_TO_PPMB is a simple application which runs on top of the PPMA_IO and PPMB_IO libraries.

Usage:

ppma_to_ppmb file.ppma file.ppmb
reads the data in file.ppma and writes it to file.ppmb

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

PPMA_TO_PPMB is available in a C++ version and a FORTRAN90 version.

Related Data and Programs:

PPMA, a data directory which contains sample ASCII PPM files.

PPMA_IO, a C++ library which is used by PPMA_TO_PPMB to read in the ASCII PPM file.

PPMB, a data directory which contains sample PPMB files.

PPMB_IO, a C++ library which is used by PPMA_TO_PPMB to write out the PPMB file.

Reference:

  1. the NETPBM homepage.

Source Code:

List of Routines:

You can go up one level to the C++ source codes.


Last revised on 04 December 2006.