HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pambackground — Create a mask of the background in a PAM image. See also: `pbmmask`. More information: <https://netp

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecreatecommandpammaskclibackgroundpambackground

Problem

How to use the pambackground command: Create a mask of the background in a PAM image. See also: pbmmask. More information: <https://netpbm.sourceforge.net/doc/pambackground.html>.

Solution

pambackground — Create a mask of the background in a PAM image. See also: pbmmask. More information: <https://netpbm.sourceforge.net/doc/pambackground.html>.

Create a mask of the background in a PAM image:
pambackground {{path/to/image.pam}} > {{path/to/output.pam}}

Code Snippets

Create a mask of the background in a PAM image

pambackground {{path/to/image.pam}} > {{path/to/output.pam}}

Context

tldr-pages: common/pambackground

Revisions (0)

No revisions yet.