logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rgb3toppm - combine three PGM images (R, G, B) into one PPM image

Author

       Copyright (C) 1991 by Jef Poskanzer.

Description

       This program is part of Netpbm(1).

       rgb3toppm  reads three PGM images as input, taking each to represent one component (red, green, and blue)
       of a color image.  It produces a PPM image as output.

Document Source

       This  manual  page was generated by the Netpbm tool 'makeman' from HTML source.  The master documentation
       is at

              http://netpbm.sourceforge.net/doc/rgb3toppm.html

netpbm documentation                            15 February 1990                        Rgb3toppmUserManual(1)

Name

       rgb3toppm - combine three PGM images (R, G, B) into one PPM image

Options

       There are no command line options defined specifically for  rgb3toppm,  but  it  recognizes  the  options
       common to all programs based on libnetpbm (See  Common Options .)

See Also

ppmtorgb3(1), pamstack(1), pgmtoppm(1), ppmtopgm(1), ppm(1), pgm(1)

Synopsis

rgb3toppmredpgmfilegreenpgmfilebluepgmfile

See Also