ppmtorgb3(1) sunos man page | unix.com

Man Page: ppmtorgb3

Operating Environment: sunos

Section: 1

ppmtorgb3(1)						      General Commands Manual						      ppmtorgb3(1)

NAME
ppmtorgb3 - separate a portable pixmap into three portable graymaps
SYNOPSIS
ppmtorgb3 [ppmfile]
DESCRIPTION
Reads a portable pixmap as input. Writes three portable graymaps as output, one each for red, green, and blue. The output filenames are constructed by taking the input filename, stripping off any extension, and appending ".red", ".grn", and ".blu". For example, separating lenna.ppm would result in lenna.red, lenna.grn, and lenna.blu. If the input comes from stdin, the names are no- name.red, noname.grn, and noname.blu.
SEE ALSO
rgb3toppm(1), ppmtopgm(1), pgmtoppm(1), ppm(5), pgm(5)
AUTHOR
Copyright (C) 1991 by Jef Poskanzer. 10 January 1991 ppmtorgb3(1)
Related Man Pages
ppmtopgm(1) - debian
ppmtopgm(1) - v7
ppmtopgm(1) - linux
ppmtopgm(1) - sunos
ppmtopgm(1) - osf1
Similar Topics in the Unix Linux Community
How to convert number to english?
UNIX fun stuff - echo and dc - obfuscate/garble a string sort of
Merge and Sort tabular data from different text files
How do I remove or hide SunOS version/release from remote login prompt?
Outputting sequences based on length with sed