pbmlife(1) - Linux man page

Name

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

Synopsis

pbmlife [pbmfile]

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.

See Also

pbm(1)

Author

Copyright © 1988, 1991 by Jef Poskanzer.