home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / pbmlife.1 < prev    next >
Text File  |  1996-11-18  |  877b  |  26 lines

  1. .TH pbmlife 1 "21 February 1991"
  2. .IX pbmlife
  3. .SH NAME
  4. pbmlife - apply Conway's rules of Life to a portable bitmap
  5. .SH SYNOPSIS
  6. .B pbmlife
  7. .RI [ pbmfile ]
  8. .SH DESCRIPTION
  9. Reads a portable bitmap as input.
  10. Applies the rules of Life to it for one generation,
  11. .IX Life
  12. and produces a portable bitmap as output.
  13. .PP
  14. A white pixel in the image is interpreted as a live beastie, and a
  15. black pixel as an empty space.
  16. .SH "SEE ALSO"
  17. pbm(5)
  18. .SH AUTHOR
  19. Copyright (C) 1988, 1991 by Jef Poskanzer.
  20. .\" Permission to use, copy, modify, and distribute this software and its
  21. .\" documentation for any purpose and without fee is hereby granted, provided
  22. .\" that the above copyright notice appear in all copies and that both that
  23. .\" copyright notice and this permission notice appear in supporting
  24. .\" documentation.  This software is provided "as is" without express or
  25. .\" implied warranty.
  26.