logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Bitmap - Generate Blank PBM Images | Online Free DevTools by Hexmos

Generate bitmap images with pbmmake, a powerful tool for creating PBM files. Customize color and dimensions effortlessly. Free online tool, no registration required.

pbmmake

Create a blank bitmap. More information: https://netpbm.sourceforge.net/doc/pbmmake.html.

  • 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}}

See Also