1Pbmlife User Manual(0) Pbmlife User Manual(0)
2
3
4
6 pbmlife - apply Conway's rules of Life to a PBM image
7
8
10 pbmlife [pbmfile]
11
12
14 This program is part of Netpbm(1).
15
16 pbmlife reads a PBM image as input, applies the rules of Life to it for
17 one generation, and produces a PBM image as output.
18
19 A white pixel in the image is interpreted as a live beastie, and a
20 black pixel as an empty space.
21
22
24 There are no command line options defined specifically for pbmlife, but
25 it recognizes the options common to all programs based on libnetpbm
26 (See
27 Common Options ⟨index.html#commonoptions⟩ .)
28
29
31 pbm(1)
32
33
35 Copyright (C) 1988, 1991 by Jef Poskanzer.
36
38 This manual page was generated by the Netpbm tool 'makeman' from HTML
39 source. The master documentation is at
40
41 http://netpbm.sourceforge.net/doc/pbmlife.html
42
43netpbm documentation 21 February 1991 Pbmlife User Manual(0)