pbmmake - Man Page
create a blank bitmap of a specified size
Examples (TL;DR)
- Create a blank bitmap of the specified dimensions:
pbmmake width height > path/to/output_file.pbm
- Specify the color of the created bitmap:
pbmmake -white|black|grey width height > path/to/output_file.pbm
Synopsis
pbmmake [-white|-black|-gray] width height
You can abbreviate any option to its shortest unique prefix.
Description
This program is part of Netpbm(1).
pbmmake produces a PBM image of the specified width and height, either all black, all white, or a dithered gray. The default is white.
Options
In addition to the options common to all programs based on libnetpbm (most notably -quiet, see Common Options ), pbmmake recognizes the following command line options:
See Also
pgmmake(1), ppmmake(1), pbm(1)
Author
Copyright (C) 1989 by Jef Poskanzer.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Referenced By
pgmmake(1), pnmpad(1), ppmmake(1).
13 December 2003 netpbm documentation