PPMA Files
Portable Pixel Map (ASCII)


PPMA is the ASCII version of the portable pixel map PPM format. It is a simple RGB color image description. The definition is as follows:

Characters from a "#" to the next end-of-line are ignored (comments). No line should be longer than 70 characters.

Example PPMA File:

        P3
        # feep.ppma
        4 4
        15
         0  0  0  0  0  0    0  0  0   15  0 15
         0  0  0  0 15  7    0  0  0    0  0  0
         0  0  0  0  0  0    0 15  7    0  0  0
        15  0 15  0  0  0    0  0  0    0  0  0
      

PPMA File Characteristics:

Related Data and Programs:

The PBMA data page describes the ASCII Portable Bit Map format.

The PGMA data page describes the ASCII Portable Gray Map format.

The PPMB data page describes the binary Portable Pixel Map format.

Reference:

  1. the NETPBM homepage.

Routines to create a PPMA file:

Programs and routines to read a PPMA file:

Programs and routines to write a PPMA file:

Programs to view a PPMA file:

Programs to convert a PPMA file to another format:

Programs to convert a file to PPMA format:

Sample PPMA Files:

You can go up one level to the DATA page.


Last revised on 20 June 2006.