Bash Cures Cancer
Learn the UNIX/Linux command line

Home     Man Pages     SpamDefeator


				   ppmtoppm

   Updated: September 2002
   Table Of Contents

NAME

   ppmtoppm - copy PPM image

SYNOPSIS

   ppmtoppm

DESCRIPTION

   This program is part of Netpbm.

   ppmtoppm  simply  copies  a	PPM  image from Standard Input to
Standard Output.
   This may seem an unnecessary duplication of cat, but	 remember
that a PPM
   program can read a PBM or PGM image as if it were PPM. So ppm-
toppm can read
   either a PBM, PGM, or PPM image and produce	a  PPM	image  as
output.

   Even	 that  is  of limited usefulness because of the fact that
almost any
   program to which you would feed the resulting PPM image  could
also just take
   the	original  image	 directly.  However, sometimes you really
need a true PPM
   image.

   When you know you have a PGM image and want a PPM image,  pgm-
toppm is a more
   general  way	 to  do that conversion. When you know you have a
PBM image, use
   that and pbmtopgm.

SEE ALSO

   pgmtopgm, pnmtopnm, pamtopnm, pgmtoppm,  pbmtopgm,  ppm,  ppm,
ppm,

HISTORY

   This	 program  was  added to Netpbm in Release 10.9 (September
2002).
     _________________________________________________________________



Table Of Contents

     * NAME
     * SYNOPSIS
     * DESCRIPTION
     * SEE ALSO
     * HISTORY







UNIX/Linux commands referenced on this page:
  1. cat
  2. as
  3. which
  4. true
  5. pgmtopgm
  6. pnmtopnm
  7. pamtopnm
  8. pgmtoppm
  9. pbmtopgm