PBMMAKE



		

NAME

      pbmmake - create a blank bitmap of a specified size

SYNOPSIS

      pbmmake [-white|-black|-gray] <width> <height>

DESCRIPTION

      Produces a portable bitmap of the specified width and height.  The
      color defaults to white.
      In addition to the usual -white and -black, this program implements
      -gray.  This gives a simple 50% gray pattern with 1's and 0's
      alternating.
      All flags can be abbreviated to their shortest unique prefix.

SEE ALSO

      pbm(5)

AUTHOR

      Copyright (C) 1989 by Jef Poskanzer.
      Permission to use, copy, modify, and distribute this software and its
      documentation for any purpose and without fee is hereby granted,
      provided that the above copyright notice appear in all copies and that
      both that copyright notice and this permission notice appear in
      supporting documentation.  This software is provided "as is" without
      express or implied warranty.