HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pbmlife — Apply Conway's Rules of Life to a PBM image. More information: <https://netpbm.sourceforge.net/doc/p

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpbmlifepbmapplycliliferulesconway

Problem

How to use the pbmlife command: Apply Conway's Rules of Life to a PBM image. More information: <https://netpbm.sourceforge.net/doc/pbmlife.html>.

Solution

pbmlife — Apply Conway's Rules of Life to a PBM image. More information: <https://netpbm.sourceforge.net/doc/pbmlife.html>.

Apply the Rules of Life to an input PBM image file for one generation and the output the result as a PBM image file:
pbmlife {{path/to/file.pbm}}


Display version:
pbmlife {{[-v|-version]}}

Code Snippets

Apply the Rules of Life to an input PBM image file for one generation and the output the result as a PBM image file

pbmlife {{path/to/file.pbm}}

Display version

pbmlife {{[-v|-version]}}

Context

tldr-pages: common/pbmlife

Revisions (0)

No revisions yet.