PPMA_TO_PPMB
ASCII PPM to binary PPM graphics file conversion


PPMA_TO_PPMB is a FORTRAN90 program which converts ASCII PPM files to binary PPM format.

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 Programs:

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

PPMB, a data directory which contains sample binary PPM files.

Reference:

  1. the NETPBM homepage.

Source Code:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 25 January 2006.