jburkardt

PPMA_TO_PPMB\ PPMA to PPMB graphics file conversion {#ppma_to_ppmb-ppma-to-ppmb-graphics-file-conversion align=”center”} =====================================


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

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

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

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

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: {#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 04 December 2006.