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 Mask Bitmap - PBM Mask Generator | Online Free DevTools by Hexmos

Create mask bitmap images with PBM Mask. Easily separate foreground and background from PBM files. Free online tool, no registration required.

pbmmask

Create a mask bitmap from a regular bitmap. See also: pambackground. More information: https://netpbm.sourceforge.net/doc/pbmmask.html.

  • Create a mask bitmap separating background from foreground:

pbmmask {{path/to/image.pbm}} > {{path/to/output.pbm}}

  • Expand the generated mask by one pixel:

pbmmask {{[-r|-expand]}} {{path/to/image.pbm}} > {{path/to/output.pbm}}

See Also