LinuxCommandLibrary

pbmmask

Create a mask bitmap from a regular bitmap.

TLDR

Create a mask bitmap separating background from foreground

$ pbmmask [path/to/image.pbm] > [path/to/output.pbm]
copy


Expand the generated mask by one pixel
$ pbmmask -expand [path/to/image.pbm] > [path/to/output.pbm]
copy

Copied to clipboard