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

pbmlife - apply Conway's rules of Life to a PBM image

Author

       Copyright (C) 1988, 1991 by Jef Poskanzer.

Description

       This program is part of Netpbm(1).

       pbmlife  reads  a  PBM image as input, applies the rules of Life to it for one generation, and produces a
       PBM image as output.

       A white pixel in the image is interpreted as a live beastie, and a black pixel as an empty space.

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/pbmlife.html

netpbm documentation                            21 February 1991                          PbmlifeUserManual(1)

Name

       pbmlife - apply Conway's rules of Life to a PBM image

Options

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

See Also

pbm(1)

Synopsis

pbmlife [pbmfile]

See Also